[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Funny NFS



Hello Dave, 

 
Am 2003-09-22 12:09:10, schrieb Dave:
>Hi Guys,
>
>I recently upgraded from 2.4.18 to 2.4.20 but am getting strange errors(?)
>whenever I log onto the box now. I loaded the 2.4.18 config with the 2.4.20
>source and compiled like that, so I'm sure I never left anything out.
>
>root@valhalla's password:
>Last login: Mon Sep 22 09:04:05 2003 from 192.168.11.2 on pts/1
>Linux valhalla 2.4.20-valhalla #1 Thu Sep 18 08:21:07 SAST 2003 i686 unknown
>        struct nfs_fh *         fh;
>        const char *            name;
>        unsigned int            le

I think, this is a Filesystem-Error because:

/usr/src/linux/include/linux/nfs_xdr.h

struct nfs_diropargs {
	struct nfs_fh *		fh;
	const char *		name;
	unsigned int		len;
};

struct nfs_createargs {
	struct nfs_fh *		fh;
	const char *		name;
	unsigned int		len;
	struct iattr *		sattr;
};

struct nfs3_createargs {
	struct nfs_fh *		fh;
	const char *		name;
	unsigned int		len;
	struct iattr *		sattr;
	enum nfs3_createmode	createmode;
	__u32			verifier[2];
};

struct nfs3_mkdirargs {
	struct nfs_fh *		fh;
	const char *		name;
	unsigned int		len;
	struct iattr *		sattr;
};

struct nfs3_mknodargs {
	struct nfs_fh *		fh;
	const char *		name;
	unsigned int		len;
	enum nfs3_ftype		type;
	struct iattr *		sattr;
	dev_t			rdev;
};


>Thanks,
>
>Dave

Greetings from Strasbourg 
Michelle

-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org.



Reply to: