From: Boaz Harrosh Date: Mon, 27 Oct 2008 16:37:02 +0000 (+0200) Subject: exofs: file and file_inode operations X-Git-Tag: v2.6.30-rc1~231^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e806271916ed6068a0e3e4e9298dff0688b88e0d;p=pandora-kernel.git exofs: file and file_inode operations implementation of the file_operations and inode_operations for regular data files. Most file_operations are generic vfs implementations except: - exofs_truncate will truncate the OSD object as well - Generic file_fsync is not good for none_bd devices so open code it - The default for .flush in Linux is todo nothing so call exofs_fsync on the file. Signed-off-by: Boaz Harrosh --- Reading git-diff-tree failed