diff options
| author | Takashi Iwai <tiwai@suse.de> | 2017-11-29 11:31:38 +0300 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2017-11-29 11:32:32 +0300 |
| commit | 5af7f626cc754146304534f6c7f7e2d678064f58 (patch) | |
| tree | 88027fd59754289a7e76e532178a28300fd4ef34 /include/linux | |
| parent | 886cd11f7bad9e2b00720068450c9d294cc31c4a (diff) | |
| parent | 3c02a6d946657e1ae0688e0d89f2dd2cfe9afba8 (diff) | |
| download | linux-5af7f626cc754146304534f6c7f7e2d678064f58.tar.xz | |
Merge branch 'for-linus' into for-next
Pull the upstream for USB-audio regression revert, so that we can work
on the stuff again.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 2995a271ec46..bbd92da0946e 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1872,7 +1872,7 @@ struct super_operations { */ #define __IS_FLG(inode, flg) ((inode)->i_sb->s_flags & (flg)) -static inline bool sb_rdonly(const struct super_block *sb) { return sb->s_flags & MS_RDONLY; } +static inline bool sb_rdonly(const struct super_block *sb) { return sb->s_flags & SB_RDONLY; } #define IS_RDONLY(inode) sb_rdonly((inode)->i_sb) #define IS_SYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS) || \ ((inode)->i_flags & S_SYNC)) |
