This is a patch set to update nilfs2 filesystem in mmotm (applicable to mmotm-2008-Dec-12). The following bugfix and changes which follow comments offered in the previous submission: * fix problems around nilfs2 ioctl which may cause system memory shortage. * avoid double error handlings brought by nilfs_transaction_end() by separating nilfs_transaction_abort() function. * insert description of gcinode in the source file. * add a maintainer entry of nilfs2 to the MAINTAINERS file (to apply as needed). Regards, Ryusuke Konishi --- MAINTAINERS | 7 ++++ fs/nilfs2/gcinode.c | 21 +++++++++++++- fs/nilfs2/inode.c | 23 +++++++++------ fs/nilfs2/ioctl.c | 75 ++++++++++++++++++++++++++++++------------------- fs/nilfs2/mdt.c | 5 ++- fs/nilfs2/namei.c | 74 +++++++++++++++++++++++++++++++++--------------- fs/nilfs2/nilfs.h | 3 +- fs/nilfs2/segment.c | 43 ++++++++++++++++++---------- fs/nilfs2/super.c | 11 +------ fs/nilfs2/the_nilfs.h | 4 +- 10 files changed, 175 insertions(+), 91 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html