This patch shows debugging message for quota.

Signed-off-by: Jaegeuk Kim <[email protected]>
---
 mkfs/f2fs_format.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_format.c
index 9fc0398..45963c8 100644
--- a/mkfs/f2fs_format.c
+++ b/mkfs/f2fs_format.c
@@ -1118,7 +1118,8 @@ static int f2fs_write_default_quota(int qtype, unsigned 
int blkaddr)
                free(filebuf);
                return -1;
        }
-
+       DBG(1, "\tWriting quota data, at offset %08x, %08x\n",
+                                       blkaddr, blkaddr + 1);
        free(filebuf);
        return 0;
 }
-- 
2.15.0.403.gc27cc4dac6-goog


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linux-f2fs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to