projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Delay struct net freeing while there's a sysfs instance refering to it
[linux-2.6.git]
/
fs
/
sysfs
/
sysfs.h
diff --git
a/fs/sysfs/sysfs.h
b/fs/sysfs/sysfs.h
index
3d28af3
..
2ed2404
100644
(file)
--- a/
fs/sysfs/sysfs.h
+++ b/
fs/sysfs/sysfs.h
@@
-136,7
+136,7
@@
struct sysfs_addrm_cxt {
* instance).
*/
struct sysfs_super_info {
- const void *ns[KOBJ_NS_TYPES];
+ void *ns[KOBJ_NS_TYPES];
};
#define sysfs_info(SB) ((struct sysfs_super_info *)(SB->s_fs_info))
extern struct sysfs_dirent sysfs_root;