diff options
author | OGAWA Hirofumi <[email protected]> | 2017-11-29 16:11:19 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-11-29 18:40:43 -0800 |
commit | b6e8e12c0aeb5fbf1bf46c84d58cc93aedede385 (patch) | |
tree | 94df70c7c3048ce0028d5e3a4ec2f1402ac612ae /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | d08afa149acfd00871484ada6dabc3880524cd1c (diff) |
fs/fat/inode.c: fix sb_rdonly() change
Commit bc98a42c1f7d ("VFS: Convert sb->s_flags & MS_RDONLY to
sb_rdonly(sb)") converted fat_remount():new_rdonly from a bool to an
int.
However fat_remount() depends upon the compiler's conversion of a
non-zero integer into boolean `true'.
Fix it by switching `new_rdonly' back into a bool.
Link: http://lkml.kernel.org/r/[email protected]
Fixes: bc98a42c1f7d0f8 ("VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)")
Signed-off-by: OGAWA Hirofumi <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: David Howells <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions