]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFSv4.1: Free the pnfs_layout_hdr outside the inode->i_lock
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 20 Sep 2012 21:23:11 +0000 (17:23 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 21 Sep 2012 23:22:06 +0000 (19:22 -0400)
commit38239cb898db28dc67088c1e8e2310c054b68798
tree14746abf7ec80719ad8d9bd48d3f25a0d56edf2c
parent9169208a6047fd3928a6619cb0a8d287f8c580cd
NFSv4.1: Free the pnfs_layout_hdr outside the inode->i_lock

None of the existing pNFS layout drivers seem to require the inode
to be locked while they free the layout header.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/pnfs.c