Re: [PATCH 1/3] writeback: change nr_pages_dirtied argument into local variable

2012-08-23 Thread Namjae Jeon
2012/8/19, Fengguang Wu fengguang...@intel.com: On Sat, Aug 18, 2012 at 05:48:29AM -0400, Namjae Jeon wrote: There is no reason nr_pages_dirtied is argument anymore. because nr_pages_dirtied value from caller is not used in balance_dirty_pages_ratelimited_nr function. Looks good to me

[PATCH] fs: encode_fh: return FILEID_INVALID if invalid fid_type

2012-08-31 Thread Namjae Jeon
This patch is a follow up on below patch: [PATCH] exportfs: add FILEID_INVALID to indicate invalid fid_type https://patchwork.kernel.org/patch/1385131/ Signed-off-by: Namjae Jeon linkinj...@gmail.com Signed-off-by: Vivek Trivedi vtrivedi...@gmail.com --- fs/btrfs/export.c |4 ++-- fs/ceph

[PATCH RESEND] writeback: change nr_pages_dirtied argument into local variable

2012-10-07 Thread Namjae Jeon
There is no reason nr_pages_dirtied is argument anymore. because nr_pages_dirtied value from caller is not used in balance_dirty_pages_ratelimited_nr function. Signed-off-by: Namjae Jeon linkinj...@gmail.com Signed-off-by: Vivek Trivedi vtrivedi...@gmail.com --- fs/btrfs/disk-io.c|8

[PATCH] fs: encode_fh: return FILEID_INVALID if invalid fid_type

2013-02-11 Thread Namjae Jeon
From: Namjae Jeon namjae.j...@samsung.com This patch is a follow up on below patch: [PATCH] exportfs: add FILEID_INVALID to indicate invalid fid_type commit: 216b6cbdcbd86b1db0754d58886b466ae31f5a63 Signed-off-by: Namjae Jeon namjae.j...@samsung.com Signed-off-by: Vivek Trivedi t.vi

Re: [PATCH] fs: encode_fh: return FILEID_INVALID if invalid fid_type

2013-02-11 Thread Namjae Jeon
2013/2/12, Dave Chinner da...@fromorbit.com: On Mon, Feb 11, 2013 at 05:25:58PM +0900, Namjae Jeon wrote: From: Namjae Jeon namjae.j...@samsung.com This patch is a follow up on below patch: [PATCH] exportfs: add FILEID_INVALID to indicate invalid fid_type commit

[PATCH v2] fs: encode_fh: return FILEID_INVALID if invalid fid_type

2013-02-16 Thread Namjae Jeon
From: Namjae Jeon namjae.j...@samsung.com This patch is a follow up on below patch: [PATCH] exportfs: add FILEID_INVALID to indicate invalid fid_type commit: 216b6cbdcbd86b1db0754d58886b466ae31f5a63 Signed-off-by: Namjae Jeon namjae.j...@samsung.com Signed-off-by: Vivek Trivedi t.vi