X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Ffs.h;h=2c28271ab9d40a834c50931084cb15e8860cd765;hb=cfc3d6c44470c5509f1e8efb1577b49dbaeeb2da;hp=74a907b8b950c5c7d8e2e736003258429f01abf0;hpb=06e79d3b45df263984539c417d9c781bdaa31351;p=~andy%2Flinux diff --git a/include/linux/fs.h b/include/linux/fs.h index 74a907b8b95..2c28271ab9d 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1825,6 +1825,8 @@ struct file_system_type { struct lock_class_key i_mutex_dir_key; }; +#define MODULE_ALIAS_FS(NAME) MODULE_ALIAS("fs-" NAME) + extern struct dentry *mount_ns(struct file_system_type *fs_type, int flags, void *data, int (*fill_super)(struct super_block *, void *, int)); extern struct dentry *mount_bdev(struct file_system_type *fs_type,