[PATCH] sysfs: fix sysfs_setattr
authorManeesh Soni <maneesh@in.ibm.com>
Fri, 29 Jul 2005 19:14:19 +0000 (12:14 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Jul 2005 20:12:49 +0000 (13:12 -0700)
commit9ca1eb3282b6050c295adb296761f8d26baf4ca5
tree1750560628f01102186150f62791703ea3bde6e8
parentbc062b1b5c6bef4e3a29c7fda57967251d12beb0
[PATCH] sysfs: fix sysfs_setattr

o sysfs_dirent's s_mode field should also be updated in sysfs_setattr(), else
  there could be inconsistency in the two fields. s_mode is used while
  ->readdir so as not to bring in the inode to cache.

Signed-off-by: Maneesh Soni <maneesh@in.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/sysfs/inode.c