From: Boaz Harrosh Date: Tue, 28 Oct 2008 13:38:12 +0000 (+0200) Subject: exofs: dir_inode and directory operations X-Git-Tag: v2.6.30-rc1~231^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6af00f1d1697ca41ab6a55307066ef3466833a9;p=pandora-kernel.git exofs: dir_inode and directory operations implementation of directory and inode operations. * A directory is treated as a file, and essentially contains a list of pairs for files that are found in that directory. The object IDs correspond to the files' inode numbers and are allocated using a 64bit incrementing global counter. * Each file's control block (AKA on-disk inode) is stored in its object's attributes. This applies to both regular files and other types (directories, device files, symlinks, etc.). Signed-off-by: Boaz Harrosh --- Reading git-diff-tree failed