diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-06-11 16:32:46 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-07-09 12:09:16 -0400 |
commit | 46cb650c224bb8e64a749090105d74b9e8eda669 (patch) | |
tree | 03c6b21bc70a983a63642c2bec6c0e26f07e4efb /fs/nfs/nfs4proc.c | |
parent | b22602a673b1743bba4b62bb404ffd3b269d2f09 (diff) |
NFS: Remove the redundant file_open entry from struct nfs_rpc_ops
All instances are set to nfs_open(), so we should just remove the redundant
indirection. Ditto for the file_release op
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 31a7e4c54a12..dfdd19a6d17e 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -3714,8 +3714,6 @@ const struct nfs_rpc_ops nfs_v4_clientops = { | |||
3714 | .write_done = nfs4_write_done, | 3714 | .write_done = nfs4_write_done, |
3715 | .commit_setup = nfs4_proc_commit_setup, | 3715 | .commit_setup = nfs4_proc_commit_setup, |
3716 | .commit_done = nfs4_commit_done, | 3716 | .commit_done = nfs4_commit_done, |
3717 | .file_open = nfs_open, | ||
3718 | .file_release = nfs_release, | ||
3719 | .lock = nfs4_proc_lock, | 3717 | .lock = nfs4_proc_lock, |
3720 | .clear_acl_cache = nfs4_zap_acl_attr, | 3718 | .clear_acl_cache = nfs4_zap_acl_attr, |
3721 | }; | 3719 | }; |