]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ocfs2: return non-zero st_blocks for inline data
authorJohn Haxby <john.haxby@oracle.com>
Thu, 14 Jan 2016 23:17:12 +0000 (15:17 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Jan 2016 00:00:49 +0000 (16:00 -0800)
commitd6364627eff4c9a2035cebb3aec7415705ba117b
treea88edb8e4b9538378b4f667e037fdd3c0e5f51cc
parent3eb5bdf0f47726e3ef0a875e0cce3cca462ee70d
ocfs2: return non-zero st_blocks for inline data

Some versions of tar assume that files with st_blocks == 0 do not
contain any data and will skip reading them entirely.  See also commit
9206c561554c ("ext4: return non-zero st_blocks for inline data").

Signed-off-by: John Haxby <john.haxby@oracle.com>
Reviewed-by: Mark Fasheh <mfasheh@suse.de>
Cc: Joel Becker <jlbec@evilplan.org>
Acked-by: Gang He <ghe@suse.com>
Reviewed-by: Junxiao Bi <junxiao.bi@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/file.c