Re: [f2fs-dev][PATCH 4/5] f2fs: fix to clean previous mount option when remount_fs

2014-09-15 Thread Gu Zheng
net; >> linux-kernel@vger.kernel.org >> Subject: Re: [f2fs-dev][PATCH 4/5] f2fs: fix to clean previous mount option >> when remount_fs >> >> Hi Yu, >> On 09/15/2014 06:04 PM, Chao Yu wrote: >> >>> In manual of mount, we descript remount as below

RE: [f2fs-dev][PATCH 4/5] f2fs: fix to clean previous mount option when remount_fs

2014-09-15 Thread Chao Yu
Hi Gu, > -Original Message- > From: Gu Zheng [mailto:guz.f...@cn.fujitsu.com] > Sent: Tuesday, September 16, 2014 9:51 AM > To: Chao Yu > Cc: Jaegeuk Kim; Changman Lee; linux-f2fs-de...@lists.sourceforge.net; > linux-kernel@vger.kernel.org > Subject: Re: [f2fs-dev][PA

Re: [f2fs-dev][PATCH 4/5] f2fs: fix to clean previous mount option when remount_fs

2014-09-15 Thread Gu Zheng
Hi Yu, On 09/15/2014 06:04 PM, Chao Yu wrote: > In manual of mount, we descript remount as below: > > "mount -o remount,rw /dev/foo /dir > After this call all old mount options are replaced and arbitrary stuff from > fstab is ignored, except the loop= option which is internally generated and > m

[f2fs-dev][PATCH 4/5] f2fs: fix to clean previous mount option when remount_fs

2014-09-15 Thread Chao Yu
In manual of mount, we descript remount as below: "mount -o remount,rw /dev/foo /dir After this call all old mount options are replaced and arbitrary stuff from fstab is ignored, except the loop= option which is internally generated and maintained by the mount command." Previously f2fs do not cl