diff options
| author | Zhihao Cheng <[email protected]> | 2020-08-17 14:29:09 +0000 |
|---|---|---|
| committer | Richard Weinberger <[email protected]> | 2020-09-17 20:56:09 +0000 |
| commit | dd7db149bcd914db8fdeb19cd5597c0740121bc7 (patch) | |
| tree | 42c4d735df65cc5879a0e9b9d832d8bf3b36bfb0 /net/unix/af_unix.c | |
| parent | ubi: check kthread_should_stop() after the setting of task state (diff) | |
| download | kernel-dd7db149bcd914db8fdeb19cd5597c0740121bc7.tar.gz kernel-dd7db149bcd914db8fdeb19cd5597c0740121bc7.zip | |
ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inode
Changing xattr of a temp file will trigger following assertion failed
and make ubifs turn into readonly filesystem:
ubifs_assert_failed [ubifs]: UBIFS assert failed: host->i_nlink > 0,
in fs/ubifs/journal.c:1801
Reproducer:
1. fd = open(__O_TMPFILE)
2. fsetxattr(fd, key, value2, XATTR_CREATE)
3. fsetxattr(fd, key, value2, XATTR_REPLACE)
Fix this by removing assertion 'nlink > 0' for host inode.
Reported-by: Chengsong Ke <[email protected]>
Signed-off-by: Zhihao Cheng <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
