[f2fs-dev] [PATCH] f2fs: use xattr_prefix to wrap up

2019-01-25 Thread Gao Xiang
Let's use xattr_prefix instead of open code. No logic changes. Signed-off-by: Gao Xiang --- fs/f2fs/xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/xattr.c b/fs/f2fs/xattr.c index 18d5ffbc5e8c..fa620d31ea5f 100644 --- a/fs/f2fs/xattr.c +++ b/fs/f2fs/xattr.c @@

Re: [f2fs-dev] [PATCH] f2fs: fix typos in code comments

2019-01-25 Thread Chao Yu
On 2019/1/25 15:35, Geliang Tang wrote: > lengh -> length > > Signed-off-by: Geliang Tang Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs

Re: [f2fs-dev] [PATCH] f2fs: use xattr_prefix to wrap up

2019-01-25 Thread Chao Yu
On 2019/1/25 20:11, Gao Xiang wrote: > Let's use xattr_prefix instead of open code. > No logic changes. > > Signed-off-by: Gao Xiang Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://list