commit | 6fa5c828c7fb6beef7035864bd2b18e7386fbdd5 | [log] [tgz] |
---|---|---|
author | Maneesh Soni <maneesh@in.ibm.com> | Tue May 31 10:38:12 2005 +0530 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 20 15:15:36 2005 -0700 |
tree | 88c7c0a03fe13ad802721dcd54b9b93733e964fe | |
parent | 050480f12aeab62d39a1a07546606a47217ebefa [diff] |
[PATCH] sysfs-iattr: attach sysfs_dirent before new inode o The following patch makes sure to attach sysfs_dirent to the dentry before allocation a new inode through sysfs_create(). This change is done as preparatory work for implementing ->i_op->setattr() functionality for sysfs objects. Signed-off-by: Maneesh Soni <maneesh@in.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>