Re: [PATCH] btrfs-progs: cmd_find_new: Sync fs before searching for modified files.

2013-09-23 Thread chandan
This patch was tested on a kernel with [PATCH v4] Btrfs: fix sync fs to actually wait for all data to be persisted applied. Thanks, chandan -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH] btrfs-progs: cmd_find_new: Sync fs before searching for modified files.

2013-09-23 Thread chandan
The sync makes sure that 'very recently' introduced delayed work is accounted for in the output of 'btrfs subvolume find-new' command. Signed-off-by: chandan chan...@linux.vnet.ibm.com --- cmds-subvolume.c | 9 + 1 file changed, 9 insertions(+) diff --git a/cmds-subvolume.c