[PATCH] sysfs-iattr: add sysfs_setattr
authorManeesh Soni <maneesh@in.ibm.com>
Tue, 31 May 2005 05:09:14 +0000 (10:39 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Jun 2005 22:15:37 +0000 (15:15 -0700)
commit988d186de5b6966a71a8cc52e6cb4895fd2f7799
tree428cb6c29cbe2563eb91f9f2a03512b7eafa9449
parent6fa5c828c7fb6beef7035864bd2b18e7386fbdd5
[PATCH] sysfs-iattr: add sysfs_setattr

o This adds ->i_op->setattr VFS method for sysfs inodes. The changed
  attribues are saved in the persistent sysfs_dirent structure as a pointer
  to struct iattr. The struct iattr is allocated only for those sysfs_dirent's
  for which default attributes are getting changed. Thanks to Jon Smirl for
  this suggestion.

Signed-off-by: Maneesh Soni <maneesh@in.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/dir.c
fs/sysfs/inode.c
fs/sysfs/sysfs.h
include/linux/sysfs.h