ANDROID: sdcardfs: Get the blocksize from the lower fs
authorDaniel Rosenberg <drosen@google.com>
Fri, 10 Mar 2017 02:12:16 +0000 (18:12 -0800)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 10 Apr 2017 07:42:16 +0000 (13:12 +0530)
commit078a4b13d8253ec7471273a8ff3d02d902c3c1a7
tree2884c064acaf4bcb774a773b11b60d870131cae4
parent9dea441687d6fa0cc853a5d9b242a9e57ba51c34
ANDROID: sdcardfs: Get the blocksize from the lower fs

This changes sdcardfs to be more in line with the
getattr in wrapfs, which calls the lower fs's getattr
to get the block size

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 34723223
Change-Id: I1c9e16604ba580a8cdefa17f02dcc489d7351aed
fs/sdcardfs/inode.c