summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
Diffstat (limited to 'linux')
-rw-r--r--linux/dev/include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/dev/include/linux/fs.h b/linux/dev/include/linux/fs.h
index 974e9e7..740ebb5 100644
--- a/linux/dev/include/linux/fs.h
+++ b/linux/dev/include/linux/fs.h
@@ -621,7 +621,7 @@ extern int fs_may_umount(kdev_t dev, struct inode * mount_root);
extern int fs_may_remount_ro(kdev_t dev);
extern struct file *first_file;
-extern struct super_block super_blocks[NR_SUPER];
+extern struct super_block *super_blocks;
extern void refile_buffer(struct buffer_head * buf);
extern void set_writetime(struct buffer_head * buf, int flag);