Merge branch 'kvm-amd-pmu-fixes' into HEAD
[linux-2.6-microblaze.git] / include / linux / nfs_xdr.h
index 728cb0c..2863e5a 100644 (file)
@@ -745,8 +745,7 @@ struct nfs_auth_info {
  */
 struct nfs_entry {
        __u64                   ino;
-       __u64                   cookie,
-                               prev_cookie;
+       __u64                   cookie;
        const char *            name;
        unsigned int            len;
        int                     eof;
@@ -1695,6 +1694,7 @@ struct nfs_unlinkdata {
 struct nfs_renamedata {
        struct nfs_renameargs   args;
        struct nfs_renameres    res;
+       struct rpc_task         task;
        const struct cred       *cred;
        struct inode            *old_dir;
        struct dentry           *old_dentry;
@@ -1798,6 +1798,8 @@ struct nfs_rpc_ops {
        struct nfs_server *(*clone_server)(struct nfs_server *, struct nfs_fh *,
                                           struct nfs_fattr *, rpc_authflavor_t);
        int     (*discover_trunking)(struct nfs_server *, struct nfs_fh *);
+       void    (*enable_swap)(struct inode *inode);
+       void    (*disable_swap)(struct inode *inode);
 };
 
 /*