From: Ryusuke Konishi Date: Sun, 26 Dec 2010 15:07:30 +0000 (+0900) Subject: nilfs2: unfold nilfs_dat_inode function X-Git-Tag: v2.6.38-rc1~445^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=365e215ce1f154e288ff0f7c9acbdf5421f57949;p=pandora-kernel.git nilfs2: unfold nilfs_dat_inode function nilfs_dat_inode function was a wrapper to switch between normal dat inode and gcdat, a clone of the dat inode for garbage collection. This function got obsolete when the gcdat inode was removed, and now we can access the dat inode directly from a nilfs object. So, we will unfold the wrapper and remove it. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed