21 Jun, 2005
3 commits
-
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
Signed-off-by: Greg Kroah-Hartman -
sysfs: make attributes and attribute_group's names const char *
Signed-off-by: Dmitry Torokhov
Signed-off-by: Greg Kroah-Hartman -
sysfs: make sysfs_{create|remove}_link to take const char * name.
Signed-off-by: Dmitry Torokhov
Signed-off-by: Greg Kroah-Hartman
19 Apr, 2005
1 commit
-
sysfs: allow changing the permissions for already created attributes
Signed-off-by: Kay Sievers
Signed-off-by: Greg Kroah-Hartman
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!