Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4292
b: refs/heads/master
c: a4d7027
h: refs/heads/master
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Jul 8, 2005
1 parent 96698f6 commit 2d4e72a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ce88cf466f7b6078b14d67d186a3d7c19dd5609
refs/heads/master: a4d70278610e6bebe44a7b59a469fe7391387da6
17 changes: 3 additions & 14 deletions trunk/fs/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,24 +880,13 @@ void mark_mounts_for_expiry(struct list_head *mounts)
/* check that it is still dead: the count should now be 2 - as
* contributed by the vfsmount parent and the mntget above */
if (atomic_read(&mnt->mnt_count) == 2) {
struct vfsmount *xdmnt;
struct dentry *xdentry;
struct nameidata old_nd;

/* delete from the namespace */
list_del_init(&mnt->mnt_list);
list_del_init(&mnt->mnt_child);
list_del_init(&mnt->mnt_hash);
mnt->mnt_mountpoint->d_mounted--;

xdentry = mnt->mnt_mountpoint;
mnt->mnt_mountpoint = mnt->mnt_root;
xdmnt = mnt->mnt_parent;
mnt->mnt_parent = mnt;

detach_mnt(mnt, &old_nd);
spin_unlock(&vfsmount_lock);

mntput(xdmnt);
dput(xdentry);
path_release(&old_nd);

/* now lay it to rest if this was the last ref on the
* superblock */
Expand Down

0 comments on commit 2d4e72a

Please sign in to comment.