Skip to content
Commit 99890a3b authored by Al Viro's avatar Al Viro
Browse files

fix reiserfs mkdir() breakage



if directory has so many subdirectories that its link count is set
to 1 (i.e. "can't tell accurately") and reiserfs_new_inode() fails,
we shouldn't decrement the parent's link count in cleanup path;
that's what DEC_DIR_INODE_NLINK() is for.  As it is, we end up
with parent suddenly getting zero i_nlink, with very unpleasant
effects.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent babfe560
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment