Hi Linus, Second git pull request since I took maintainership of the befs file system [0]. A series of small fixes and adding NFS export support. Thank you very much, Luis [0] https://lkml.org/lkml/2016/7/27/502 The following changes since commit 69973b830859bc6529a7a0468ba0d80ee5117826: Linux 4.9 (2016-12-11 11:17:54 -0800) are available in the git repository at: https://github.com/luisbg/linux-befs.git tags/befs-v4.10-rc1 for you to fetch changes up to ac632f5b6301c4beb19f9ea984ce0dc67b6e5874: befs: add NFS export support (2016-12-22 11:25:24 +0000) ---------------------------------------------------------------- befs fixes for 4.10-rc1 ---------------------------------------------------------------- Luis de Bethencourt (9): befs: fix style issues in debug.c befs: fix style issues in inode.c befs: fix style issues in io.c befs: fix typos in linuxvfs.c befs: fix style issues in linuxvfs.c befs: fix style issues in header files befs: remove signatures from comments befs: remove trailing whitespaces befs: add NFS export support fs/befs/befs.h | 3 +- fs/befs/befs_fs_types.h | 12 +++--- fs/befs/btree.c | 48 +++++++++++------------ fs/befs/btree.h | 8 ++-- fs/befs/datastream.c | 8 ++-- fs/befs/datastream.h | 5 +-- fs/befs/debug.c | 14 ++++--- fs/befs/inode.c | 12 +++--- fs/befs/inode.h | 5 +-- fs/befs/io.c | 7 ++-- fs/befs/io.h | 1 - fs/befs/linuxvfs.c | 134 ++++++++++++++++++++++++++++++++++++++++----------------------- fs/befs/super.h | 4 +- 13 files changed, 145 insertions(+), 116 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html