mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
[GFS2] Mark nlink cleared so VFS sees it happen
This does nothing atm, but will be required for later support of r/o bind mounts. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
409e185d23
commit
f92a0b6ff4
@ -353,6 +353,7 @@ int gfs2_change_nlink(struct gfs2_inode *ip, int diff)
|
||||
if (error)
|
||||
goto out_norgrp;
|
||||
|
||||
clear_nlink(&ip->i_inode);
|
||||
gfs2_unlink_di(&ip->i_inode); /* mark inode unlinked */
|
||||
gfs2_glock_dq_uninit(&rg_gh);
|
||||
out_norgrp:
|
||||
|
Loading…
Reference in New Issue
Block a user