[PATCH 0/3 linux-next] fs/affs: add blocknumber to stat

2017-05-15 Thread Fabian Frederick
stat doesn't give any block number as it's filesystem specific. This small patchset adds getattr wrapper to return i_blkcnt calculated during affs_iget() and does some clean-up in affs.h Fabian Frederick (3): fs/affs: normalize inode function prototypes fs/affs: remove affs_set_blocksize()

[PATCH 0/3 linux-next] fs/affs: add blocknumber to stat

2017-05-15 Thread Fabian Frederick
stat doesn't give any block number as it's filesystem specific. This small patchset adds getattr wrapper to return i_blkcnt calculated during affs_iget() and does some clean-up in affs.h Fabian Frederick (3): fs/affs: normalize inode function prototypes fs/affs: remove affs_set_blocksize()