From: Jeff Layton Date: Thu, 18 Oct 2007 10:05:19 +0000 (-0700) Subject: reiserfs: turn of ATTR_KILL_S*ID at beginning of reiserfs_setattr X-Git-Tag: v2.6.24-rc1~401 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdd6fe6e2f7eb8e940854317613885c33b1fe584;p=pandora-kernel.git reiserfs: turn of ATTR_KILL_S*ID at beginning of reiserfs_setattr reiserfs_setattr can call notify_change recursively using the same iattr struct. This could cause it to trip the BUG() in notify_change. Fix reiserfs to clear those bits near the beginning of the function. Signed-off-by: Jeff Layton Cc: Chris Mason Cc: Jeff Mahoney Cc: "Vladimir V. Saveliev" Cc: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed