Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108333
b: refs/heads/master
c: 77508ec
h: refs/heads/master
i:
  108331: 634aa77
v: v3
  • Loading branch information
Christoph Hellwig authored and Lachlan McIlroy committed Aug 13, 2008
1 parent ea4a023 commit 53b3460
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: 3a76c1ea07ee4e9da7c8e476e43be7e1b2bf24fb
refs/heads/master: 77508ec8e6ed72c9ba8ca74248a7aabd664e3f57
4 changes: 0 additions & 4 deletions trunk/fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1131,8 +1131,6 @@ xfs_fs_put_super(
error = xfs_unmount_flush(mp, 0);
WARN_ON(error);

IRELE(rip);

/*
* If we're forcing a shutdown, typically because of a media error,
* we want to make sure we invalidate dirty pages that belong to
Expand Down Expand Up @@ -1804,8 +1802,6 @@ xfs_fs_fill_super(
error = xfs_unmount_flush(mp, 0);
WARN_ON(error);

IRELE(mp->m_rootip);

xfs_unmountfs(mp);
goto out_free_fsname;
}
Expand Down
2 changes: 2 additions & 0 deletions trunk/fs/xfs/xfs_mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,8 @@ xfs_unmountfs(xfs_mount_t *mp)
__uint64_t resblks;
int error = 0;

IRELE(mp->m_rootip);

/*
* We can potentially deadlock here if we have an inode cluster
* that has been freed has it's buffer still pinned in memory because
Expand Down

0 comments on commit 53b3460

Please sign in to comment.