From: Al Viro Date: Fri, 8 Jun 2012 00:51:39 +0000 (-0400) Subject: sysfs: switch to ->s_d_op and ->d_release() X-Git-Tag: v3.6-rc1~152^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=469796d10590341c53cff0a2959254eaf5d465de;p=pandora-kernel.git sysfs: switch to ->s_d_op and ->d_release() a) ->d_iput() is wrong here - what we do to inode is completely usual, it's dentry->d_fsdata that we want to drop. Just use ->d_release(). b) switch to ->s_d_op - no need to play with d_set_d_op() Signed-off-by: Al Viro --- Reading git-diff-tree failed