]> err.no Git - linux-2.6/blobdiff - fs/nfs/callback.h
proc: fix NULL ->i_fop oops
[linux-2.6] / fs / nfs / callback.h
index db3d7919c60131886f4272a77fd9d330d547de98..c2bb14e053e1cb445494e402b9f8c93d7df4b7c7 100644 (file)
@@ -24,7 +24,7 @@ enum nfs4_callback_opnum {
 };
 
 struct cb_compound_hdr_arg {
-       int taglen;
+       unsigned int taglen;
        const char *tag;
        unsigned int callback_ident;
        unsigned nops;
@@ -32,7 +32,7 @@ struct cb_compound_hdr_arg {
 
 struct cb_compound_hdr_res {
        __be32 *status;
-       int taglen;
+       unsigned int taglen;
        const char *tag;
        __be32 *nops;
 };