o - introduce diropq option. the behaviour of mkdir(2) and rename(2) dir case is changed. now they don't make '.wh..wh..opq' when it is not necessary. this is the default. if you dislike this behaviour and still want to make it always, use 'diropq=always' mount option. see the manual in detail. - bugfix: make fsync(2) return success when the file is not opend for writing, reported by Martin Walter. I am afraid this behaviour may violate some standards. Checking the behaviour of ext2, aufs decided to return success. - I forgot update AUFS_VERSION on last Monday and I updated it on Thursday. Sorry for confusion.
o rename some functions - lookup_whtmp() to lkup_whtmp(). - lock_hdir_lookup_wh() to lock_hdir_lkup_wh(). - lookup_wh() to lokup_wh(). Junjiro Okajima ---------------------------------------------------------------------- Index: fs/aufs/f_op.c Index: fs/aufs/file.c - bugfix: make fsync(2) return success when the file is not opend for writing, reported by Martin Walter. I am afraid this behaviour may violate some standards. Checking the behaviour of fsync(2) on ext2, aufs decided to return success. Index: fs/aufs/i_op_add.c Index: fs/aufs/i_op_ren.c Index: fs/aufs/opts.c Index: fs/aufs/super.c Index: fs/aufs/super.h Index: util/aufs.in.5 - introduce diropq option. the behaviour of mkdir(2) and rename(2) dir case is changed. now they don't make '.wh..wh..opq' when it is not necessary. this is the default. if you dislike this behaviour and still want to make it always, use 'diropq=always' mount option. see the manual in detail. Index: include/linux/aufs_type.h - I forgot update AUFS_VERSION on last Monday and I updated it on Thursday. sorry for confusion. Index: README Index: local.mk Index: fs/aufs/branch.c Index: fs/aufs/cpup.c Index: fs/aufs/debug.c Index: fs/aufs/dentry.h Index: fs/aufs/dinfo.c Index: fs/aufs/hinotify.c Index: fs/aufs/iinfo.c Index: fs/aufs/inode.c Index: fs/aufs/inode.h Index: fs/aufs/whout.c Index: fs/aufs/whout.h Index: util/c2tmac.c Index: util/unionctl - less important changes. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
