Re: [PATCH 6/8] vfs: Make sys_sync writeout also block device inodes

2012-07-19 Thread Fengguang Wu
Hi Al, Would you please fold the below fix to commit 5c781a65fff ("vfs: Create function for iterating over block devices")? Thanks, Fengguang --- Subject: [PATCH] sync: fix build error on iterate_bdevs() fs/sync.c:110:2: error: implicit declaration of function 'iterate_bdevs' ---

Re: [PATCH 6/8] vfs: Make sys_sync writeout also block device inodes

2012-07-19 Thread Fengguang Wu
Hi Al, Would you please fold the below fix to commit 5c781a65fff (vfs: Create function for iterating over block devices)? Thanks, Fengguang --- Subject: [PATCH] sync: fix build error on iterate_bdevs() fs/sync.c:110:2: error: implicit declaration of function 'iterate_bdevs' ---

Re: [PATCH 6/8] vfs: Make sys_sync writeout also block device inodes

2012-07-17 Thread Fengguang Wu
Hi Jan, I got this error for !CONFIG_BLOCK builds: fs/sync.c:110:2: error: implicit declaration of function 'iterate_bdevs' [-Werror=implicit-function-declaration] Thanks, Fengguang On Tue, Jul 03, 2012 at 04:45:32PM +0200, Jan Kara wrote: > In case block device does not have filesystem

Re: [PATCH 6/8] vfs: Make sys_sync writeout also block device inodes

2012-07-17 Thread Fengguang Wu
Hi Jan, I got this error for !CONFIG_BLOCK builds: fs/sync.c:110:2: error: implicit declaration of function 'iterate_bdevs' [-Werror=implicit-function-declaration] Thanks, Fengguang On Tue, Jul 03, 2012 at 04:45:32PM +0200, Jan Kara wrote: In case block device does not have filesystem