aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r--fs/nfs/nfs4proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index bdacb8c21a33..e605d417a006 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -6549,7 +6549,7 @@ static void nfs4_layoutcommit_release(void *calldata)
6549 list_del_init(&lseg->pls_lc_list); 6549 list_del_init(&lseg->pls_lc_list);
6550 if (test_and_clear_bit(NFS_LSEG_LAYOUTCOMMIT, 6550 if (test_and_clear_bit(NFS_LSEG_LAYOUTCOMMIT,
6551 &lseg->pls_flags)) 6551 &lseg->pls_flags))
6552 put_lseg(lseg); 6552 pnfs_put_lseg(lseg);
6553 } 6553 }
6554 6554
6555 clear_bit_unlock(NFS_INO_LAYOUTCOMMITTING, bitlock); 6555 clear_bit_unlock(NFS_INO_LAYOUTCOMMITTING, bitlock);