Hi, Here you have the patches which fixes some compilation errors against kernel v3.2. This is only for single version as I cannot see the point in continuose support of multi version yet. The patch Don't create symlink if the name/alias is too long fixes symlink handling for multi version as well. I didn't test those patches yet, but the changes should not break any functionality. Will run tests soon. Thanks, /Waldek Waldemar Rymarkiewicz (10): .gitignore cscope and top-level generic files Add generic yportenv.h to fix compilation error Add missig param to nandmtd1_test_prerequists Add missing closing bracket Don't create symlink if the name/alias is too long Use MTD_OPS_AUTO_OOB instead MTD_OOB_AUTO Don't use smb_lock.h Don't update i_nlink directly Update interface of fsync callback Update fs super block read callback .gitignore | 8 ++++++++ Makefile | 1 + yaffs_mtdif1_single.c | 10 +++++----- yaffs_mtdif2_single.c | 5 +++-- yaffs_vfs_multi.c | 8 ++++++++ yaffs_vfs_single.c | 46 ++++++++++++++++++++++++---------------------- yportenv.h | 20 ++++++++++++++++++++ 7 files changed, 69 insertions(+), 29 deletions(-) create mode 100644 yportenv.h -- 1.7.8