]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fat: restructure export_operations
authorNamjae Jeon <namjae.jeon@samsung.com>
Tue, 26 Mar 2013 23:25:49 +0000 (10:25 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:12:53 +0000 (17:12 +1100)
commitfada5391b35db9065849ebcdabf3065af3ded90b
tree8f8dc81f2893edf664075a81f4a69a729a4a4910
parent548753b31b6d603ea6c2065c781f74556d54ac69
fat: restructure export_operations

Define two nfs export_operation structures,one for 'stale_rw' mounts and
the other for 'nostale_ro'.  The latter uses i_pos as a basis for encoding
and decoding file handles.

Also, assign i_pos to kstat->ino.  The logic for rebuilding the inode is
added in the subsequent patches.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Ravishankar N <ravi.n1@samsung.com>
Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/fat/fat.h
fs/fat/file.c
fs/fat/inode.c
fs/fat/nfs.c
include/linux/exportfs.h