diff options
author | Joseph Qi <[email protected]> | 2022-10-17 21:02:27 +0800 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2022-10-20 21:27:22 -0700 |
commit | 28f4821b1b53e0649706912e810c6c232fc506f9 (patch) | |
tree | 690c8db824575a59ad93cbb29e5e3d40b4a1490c /lib/mpi/mpi-sub-ui.c | |
parent | 759a7c6126eef5635506453e9b9d55a6a3ac2084 (diff) |
ocfs2: clear dinode links count in case of error
In ocfs2_mknod(), if error occurs after dinode successfully allocated,
ocfs2 i_links_count will not be 0.
So even though we clear inode i_nlink before iput in error handling, it
still won't wipe inode since we'll refresh inode from dinode during inode
lock. So just like clear inode i_nlink, we clear ocfs2 i_links_count as
well. Also do the same change for ocfs2_symlink().
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Joseph Qi <[email protected]>
Reported-by: Yan Wang <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Junxiao Bi <[email protected]>
Cc: Changwei Ge <[email protected]>
Cc: Gang He <[email protected]>
Cc: Jun Piao <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions