From: Christoph Hellwig Date: Tue, 29 Apr 2008 15:46:26 +0000 (+0200) Subject: [PATCH] kill ->put_inode X-Git-Tag: v2.6.26-rc2~58^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33dcdac2df54e66c447ae03f58c95c7251aa5649;p=pandora-kernel.git [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 Signed-off-by: Al Viro --- Reading git-diff-tree failed