Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23103
b: refs/heads/master
c: 02d7c92
h: refs/heads/master
i:
  23101: 6f0c441
  23099: e2ab5ab
  23095: c83f255
  23087: 6a1aa30
  23071: 13a196c
  23039: 54509ae
v: v3
  • Loading branch information
Nathan Scott committed Mar 14, 2006
1 parent 12ebdb0 commit 668d324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fcce0f1f9ae8d49fd27d418428034a505816d395
refs/heads/master: 02d7c92334c84897d7d2840fc25e5896535766f9
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_vfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ bhv_remove_all_vfsops(
bhv_remove_vfsops(vfsp, VFS_POSITION_DM);
if (!freebase)
return;
mp = XFS_BHVTOM(bhv_lookup(VFS_BHVHEAD(vfsp), &xfs_vfsops));
mp = XFS_VFSTOM(vfsp);
VFS_REMOVEBHV(vfsp, &mp->m_bhv);
xfs_mount_free(mp, 0);
}
Expand Down

0 comments on commit 668d324

Please sign in to comment.