Re: [PATCH 1/1] hpfs: update ctime/mtime of old/new_dir

2015-08-11 Thread Mikulas Patocka
On Tue, 24 Mar 2015, Taesoo Kim wrote: > Upon successful rename(), update ctime and mtime of > old/new_dir, as posix specifies. > > Signed-off-by: Taesoo Kim > --- > fs/hpfs/namei.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/fs/hpfs/namei.c b/fs/hpfs/namei.c > index bdbc2

[PATCH 1/1] hpfs: update ctime/mtime of old/new_dir

2015-03-24 Thread Taesoo Kim
Upon successful rename(), update ctime and mtime of old/new_dir, as posix specifies. Signed-off-by: Taesoo Kim --- fs/hpfs/namei.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/fs/hpfs/namei.c b/fs/hpfs/namei.c index bdbc2c3..8d8669c 100644 --- a/fs/hpfs/namei.c +++ b/fs/hpfs/namei.c