From: Coly Li Date: Fri, 16 Jan 2009 08:33:05 +0000 (+0800) Subject: ocfs2: return f_fsid info in ocfs2_statfs() X-Git-Tag: v2.6.32~62^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=837711f862bb71ac263837a0f0714dd8cc4ef7ea;p=pandora-kernel.git ocfs2: return f_fsid info in ocfs2_statfs() Currently the f_fsid of struct kstatfs returned from ocfs2_statfs() is undefined (vfs layer fills in 0 as default). Since in some conditions, f_fsid value might be used in a (f_fsid, ino) pair to uniquely identify a file, ocfs2 should return a unique defined f_fsid value from ocfs2_statfs(). Because uuid_str is the same on big or litlle endian machine, it's endian consistent to use osb->uuid_str to generate f_fsid value. Signed-off-by: Coly Li Cc: Sunil Mushran Cc: Mark Fasheh Signed-off-by: Joel Becker --- Reading git-diff-tree failed