diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-07-24 12:45:47 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-07-24 16:16:41 -0400 |
commit | f71dfe8fc947e04a9e3d10723d4ec4c5c44ce0f5 (patch) | |
tree | 1549ee274eb1b1b88e5c13f65d9a97302373b87c /fs/nfs/callback_proc.c | |
parent | d9b61708fe6dcab7b50abfb87cb47690d00269a1 (diff) | |
download | linux-f71dfe8fc947e04a9e3d10723d4ec4c5c44ce0f5.tar.gz linux-f71dfe8fc947e04a9e3d10723d4ec4c5c44ce0f5.tar.bz2 linux-f71dfe8fc947e04a9e3d10723d4ec4c5c44ce0f5.zip |
pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()
That's already being taken care of in pnfs_layout_remove_lseg().
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/callback_proc.c')
-rw-r--r-- | fs/nfs/callback_proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/callback_proc.c b/fs/nfs/callback_proc.c index 837da8a02d35..c92a75e066a6 100644 --- a/fs/nfs/callback_proc.c +++ b/fs/nfs/callback_proc.c @@ -252,7 +252,6 @@ static u32 initiate_file_draining(struct nfs_client *clp, NFS_SERVER(ino)->pnfs_curr_ld->return_range(lo, &args->cbl_range); } - pnfs_mark_layout_returned_if_empty(lo); unlock: spin_unlock(&ino->i_lock); pnfs_free_lseg_list(&free_me_list); |