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)
committerDaniel Rosenberg <drosen@google.com>
Tue, 30 Jan 2018 03:40:05 +0000 (19:40 -0800)
commite2cb86d78443457cd1f646b394d8887d3c991d2c
treed4f2a27d121e29176f5f15edf17c01dd85fb45c5
parent3fa77a42843b9177b4406fdec003786309d5851a
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