[PATCH] xdr annotations: NFSv2 server
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Acked-by: Trond Myklebust <trond.myklebust@fys.uio.no> Acked-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
* Callback function for readdir
|
||||
*/
|
||||
struct readdir_cd {
|
||||
int err; /* 0, nfserr, or nfserr_eof */
|
||||
__be32 err; /* 0, nfserr, or nfserr_eof */
|
||||
};
|
||||
typedef int (*encode_dent_fn)(struct readdir_cd *, const char *,
|
||||
int, loff_t, ino_t, unsigned int);
|
||||
|
Reference in New Issue
Block a user