Files
kernel/include
Trond Myklebust 5e11934d13 NFS: Fix put_nfs_open_context
We need to grab the inode->i_lock atomically with the last reference put in
order to remove the open context that is being freed from the
nfsi->open_files list.

Fix by converting the kref to a standard atomic counter and then using
atomic_dec_and_lock()...

Thanks to Arnd Bergmann for pointing out the problem.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2007-08-07 15:13:17 -04:00
..
2007-07-29 16:53:59 -07:00
2007-07-31 21:12:07 -07:00
2007-07-28 19:42:21 -07:00
2007-08-04 21:17:18 -07:00
2007-08-07 15:13:17 -04:00
2007-07-31 15:39:41 -07:00