commit | 33dcdac2df54e66c447ae03f58c95c7251aa5649 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Apr 29 17:46:26 2008 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 06 13:45:34 2008 -0400 |
tree | 72163e37bd44452581f68d7991b14e70f37b8bba | |
parent | dca3c33652e437ed02c30ed3eca3cecd0cc00838 [diff] |
[PATCH] kill ->put_inode And with that last patch to affs killing the last put_inode instance we can finally, after many years of transition kill this racy and awkward interface. (It's kinda funny that even the description in Documentation/filesystems/vfs.txt was entirely wrong..) Also remove a very misleading comment above the defintion of struct super_operations. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>