Displaying 1 result from an estimated 1 matches for "last_objectid".
2011 Oct 04
3
[PATCH] Btrfs: break out of orphan cleanup if we can't make progress V2
...it''s the same as the one we''re trying to kill
currently we know we are having problems and can just error out. I don''t have a
way to test this so look hard and make sure it''s right. Thanks,
Signed-off-by: Josef Bacik <josef@redhat.com>
---
V1->V2: set last_objectid properly
fs/btrfs/inode.c | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index 446531a..595a807 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -2230,6 +2230,7 @@ int btrfs_orphan_cleanup(struct btrfs_root *root)
s...