NFS: Replace NFS_I(inode)->req_lock with inode->i_lock
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 2 Jul 2007 13:57:54 +0000 (09:57 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:38 +0000 (23:40 -0400)
commit587142f85f796cf0b823dd3080e815f02ff6b952
tree891e9389d09916ff2c307dc5ada1c65303660c8d
parent4e56e082dd89266d320ccfbc7bd0102186a765ac
NFS: Replace NFS_I(inode)->req_lock with inode->i_lock

There is no justification for keeping a special spinlock for the exclusive
use of the NFS writeback code.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c
fs/nfs/pagelist.c
fs/nfs/write.c
include/linux/nfs_fs.h
This page took 0.027018 seconds and 5 git commands to generate.