diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-02-26 17:34:22 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-02-26 17:34:22 -0500 |
commit | 7df529af5fb4b4064f8cd62629e259ac79c0b4ca (patch) | |
tree | ca2995f28fb5c487926d88d6a9f2fb710667dca9 /fs/nfs/pnfs.h | |
parent | abd96698613eb27415e7028b6100be930920adc6 (diff) | |
download | op-kernel-dev-7df529af5fb4b4064f8cd62629e259ac79c0b4ca.zip op-kernel-dev-7df529af5fb4b4064f8cd62629e259ac79c0b4ca.tar.gz |
NFSv4.1: Don't call nfs4_deviceid_purge_client() unless we're NFSv4.1
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/pnfs.h')
-rw-r--r-- | fs/nfs/pnfs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h index 53d593a..8088d51 100644 --- a/fs/nfs/pnfs.h +++ b/fs/nfs/pnfs.h @@ -426,9 +426,6 @@ static inline int pnfs_layoutcommit_inode(struct inode *inode, bool sync) return 0; } -static inline void nfs4_deviceid_purge_client(struct nfs_client *ncl) -{ -} #endif /* CONFIG_NFS_V4_1 */ #endif /* FS_NFS_PNFS_H */ |