Re: [PATCH 1/5] f2fs: Introduce some information prints in the mount path

2012-12-26 Thread Namjae Jeon
2012/12/26, Joe Perches : > On Wed, 2012-12-26 at 13:22 +0900, Namjae Jeon wrote: >> 2012/12/26, Joe Perches : >> > On Wed, 2012-12-26 at 11:10 +0900, Namjae Jeon wrote: >> >> 2012/12/26, Jaegeuk Kim : >> >> > Could you make them follow the file system convention? >> >> > Something like "F2FS: blah

Re: [PATCH 1/5] f2fs: Introduce some information prints in the mount path

2012-12-26 Thread Joe Perches
On Wed, 2012-12-26 at 13:22 +0900, Namjae Jeon wrote: > 2012/12/26, Joe Perches : > > On Wed, 2012-12-26 at 11:10 +0900, Namjae Jeon wrote: > >> 2012/12/26, Jaegeuk Kim : > >> > Could you make them follow the file system convention? > >> > Something like "F2FS: blah blah~". > >> Yes, I agree. > >>

Re: [PATCH 1/5] f2fs: Introduce some information prints in the mount path

2012-12-25 Thread Namjae Jeon
2012/12/26, Joe Perches : > On Wed, 2012-12-26 at 11:10 +0900, Namjae Jeon wrote: >> 2012/12/26, Jaegeuk Kim : >> > Hi, >> Hi Jaegeuk. >> > >> > Could you make them follow the file system convention? >> > Something like "F2FS: blah blah~". >> Yes, I agree. >> >> > >> > Otherwise, how about adding

Re: [PATCH 1/5] f2fs: Introduce some information prints in the mount path

2012-12-25 Thread Joe Perches
On Wed, 2012-12-26 at 11:10 +0900, Namjae Jeon wrote: > 2012/12/26, Jaegeuk Kim : > > Hi, > Hi Jaegeuk. > > > > Could you make them follow the file system convention? > > Something like "F2FS: blah blah~". > Yes, I agree. > > > > > Otherwise, how about adding a debugging function to express the p

Re: [PATCH 1/5] f2fs: Introduce some information prints in the mount path

2012-12-25 Thread Namjae Jeon
2012/12/26, Jaegeuk Kim : > Hi, Hi Jaegeuk. > > Could you make them follow the file system convention? > Something like "F2FS: blah blah~". Yes, I agree. > > Otherwise, how about adding a debugging function to express the prefix? Okay, I will send you the patches included your suggestion. Thanks

Re: [PATCH 1/5] f2fs: Introduce some information prints in the mount path

2012-12-25 Thread Jaegeuk Kim
Hi, Could you make them follow the file system convention? Something like "F2FS: blah blah~". Otherwise, how about adding a debugging function to express the prefix? Thanks, 2012-12-22 (토), 12:08 +0900, Namjae Jeon: > From: Namjae Jeon > > Added few informative prints in the mount path, to con

[PATCH 1/5] f2fs: Introduce some information prints in the mount path

2012-12-21 Thread Namjae Jeon
From: Namjae Jeon Added few informative prints in the mount path, to convey proper error in case of mount failure. Signed-off-by: Namjae Jeon Signed-off-by: Amit Sahrawat --- fs/f2fs/super.c | 46 -- 1 file changed, 36 insertions(+), 10 deletions(