commit | f92a0b6ff43e8e07bbd5b1d2dd1cff130014f3c7 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Oct 02 16:01:53 2006 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Oct 02 16:01:53 2006 -0400 |
tree | f2df811b31bea986185f8a0b9364b0c8dccb96d2 | |
parent | 409e185d2370356ac2e4c7160e002ac5340b6709 [diff] [blame] |
[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>
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index 660dc81..81a9211 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c
@@ -353,6 +353,7 @@ 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: