]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/nfsd/xdr.h
Pull pnpacpi into acpica branch
[karo-tx-linux.git] / include / linux / nfsd / xdr.h
index 130d4f588a37e84fe5c57e52c69974eb8295acce..3f4f7142bbe3920575017f2f42b8f443f06f30b7 100644 (file)
@@ -88,10 +88,12 @@ struct nfsd_readdirargs {
 
 struct nfsd_attrstat {
        struct svc_fh           fh;
+       struct kstat            stat;
 };
 
 struct nfsd_diropres  {
        struct svc_fh           fh;
+       struct kstat            stat;
 };
 
 struct nfsd_readlinkres {
@@ -101,6 +103,7 @@ struct nfsd_readlinkres {
 struct nfsd_readres {
        struct svc_fh           fh;
        unsigned long           count;
+       struct kstat            stat;
 };
 
 struct nfsd_readdirres {