Files
linux/fs/gfs2
Al Viro 4a378d8a0d gfs2: be careful with inode refresh
1) gfs2_dinode_in() should *not* touch ->i_rdev on live inodes; even
"zero and immediately reread the same value from dinode" is broken -
have it overlap with ->release() of char device and you can get all
kinds of bogus behaviour.

2) mismatch on inode type on live inodes should be treated as fs
corruption rather than blindly setting ->i_mode.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2021-03-12 22:15:19 -05:00
..
2021-01-24 14:27:20 +01:00
2021-01-24 14:27:20 +01:00
2019-07-03 14:45:18 +02:00
2021-03-12 22:15:19 -05:00
2021-01-24 14:27:20 +01:00
2021-02-17 19:30:28 +01:00
2021-02-17 19:30:28 +01:00
2021-02-08 13:01:24 +01:00