sysfs.txt: add note on available attribute macros
[sfrench/cifs-2.6.git] / include / linux / mount.h
index 45b1f56c6c2f9fb0db10fc912251955af04fc05e..037eed52164bd161b671c1097958b74a663f0f6a 100644 (file)
@@ -81,7 +81,7 @@ extern void mnt_drop_write_file(struct file *file);
 extern void mntput(struct vfsmount *mnt);
 extern struct vfsmount *mntget(struct vfsmount *mnt);
 extern struct vfsmount *mnt_clone_internal(const struct path *path);
-extern int __mnt_is_readonly(struct vfsmount *mnt);
+extern bool __mnt_is_readonly(struct vfsmount *mnt);
 extern bool mnt_may_suid(struct vfsmount *mnt);
 
 struct path;