]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' into for-linus-merged
authorAlex Elder <aelder@sgi.com>
Tue, 11 Jan 2011 03:35:55 +0000 (21:35 -0600)
committerAlex Elder <aelder@sgi.com>
Tue, 11 Jan 2011 03:35:55 +0000 (21:35 -0600)
commitd82ee4ea78a9ca7b991b03545f65c8764f370ab7
tree070980c581ca39a050a1b86a50fe4c52437cdba1
parent009490f9005eb2bfaa50b1dc4c7eb9a42d97b4a8
parent0cacd57efd067338197c34d15d91a613ca759553
Merge branch 'master' into for-linus-merged

This merge pulls the XFS master branch into the latest Linus master.
This results in a merge conflict whose best fix is not obvious.
I manually fixed the conflict, in "fs/xfs/xfs_iget.c".

Dave Chinner had done work that resulted in RCU freeing of inodes
separate from what Nick Piggin had done, and their results differed
slightly in xfs_inode_free().  The fix updates Nick's call_rcu()
with the use of VFS_I(), while incorporating needed updates to some
XFS inode fields implemented in Dave's series.  Dave's RCU callback
function has also been removed.

Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_iget.c