diff options
author | Peter Zijlstra | 2007-10-17 08:25:46 +0200 |
---|---|---|
committer | Linus Torvalds | 2007-10-17 17:42:45 +0200 |
commit | e0bf68ddec4f4f90e5871404be4f1854c17f3120 (patch) | |
tree | 36203a3558cbe26d698bed18be69b3822fb5eef2 /fs/sysfs/sysfs.h | |
parent | lib: percpu_counter_init_irq (diff) | |
download | kernel-qcow2-linux-e0bf68ddec4f4f90e5871404be4f1854c17f3120.tar.gz kernel-qcow2-linux-e0bf68ddec4f4f90e5871404be4f1854c17f3120.tar.xz kernel-qcow2-linux-e0bf68ddec4f4f90e5871404be4f1854c17f3120.zip |
mm: bdi init hooks
provide BDI constructor/destructor hooks
[akpm@linux-foundation.org: compile fix]
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r-- | fs/sysfs/sysfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index f0326f281d1c..f8417988f6b0 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h @@ -146,6 +146,7 @@ static inline void sysfs_put(struct sysfs_dirent *sd) struct inode *sysfs_get_inode(struct sysfs_dirent *sd); int sysfs_setattr(struct dentry *dentry, struct iattr *iattr); int sysfs_hash_and_remove(struct sysfs_dirent *dir_sd, const char *name); +int sysfs_inode_init(void); /* * file.c |