]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nfs: Remove unused argument in nfs_server_set_fsinfo()
authorKinglong Mee <kinglongmee@gmail.com>
Wed, 1 Jul 2015 03:55:50 +0000 (11:55 +0800)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 1 Jul 2015 15:29:10 +0000 (11:29 -0400)
commit71f81e51ee0dc6d523a5229096c32eca2ab58bbb
treea7553303ecfbe9f8e928cbee02f103571f658354
parent6b55970b0f8057a40f964d3dcfa4a687f675b5e2
nfs: Remove unused argument in nfs_server_set_fsinfo()

Commit e38eb6506f "NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo()"
have remove the using of mntfh from nfs_server_set_fsinfo().

Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/client.c