From Waldemar.Rymarkiewicz@tieto.com Wed Jan 11 10:25:54 2012 Received: from ebb06.tieto.com ([131.207.168.38]) by stoneboat.aleph1.co.uk with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1RkvNO-0001Ik-Si for yaffs@lists.aleph1.co.uk; Wed, 11 Jan 2012 10:25:54 +0000 X-AuditID: 83cfa826-b7b9eae0000078b3-ad-4f0d63a7019a Received: from FIHGA-EXHUB01.eu.tieto.com ( [131.207.136.34]) by ebb06.tieto.com (SMTP Mailer) with SMTP id 3B.A6.30899.7A36D0F4; Wed, 11 Jan 2012 12:25:43 +0200 (EET) Received: from localhost (10.28.27.125) by inbound.tieto.com (131.207.136.49) with Microsoft SMTP Server id 8.3.159.2; Wed, 11 Jan 2012 12:25:43 +0200 From: Waldemar Rymarkiewicz To: Date: Wed, 11 Jan 2012 11:25:28 +0100 Message-ID: <1326277538-1232-1-git-send-email-waldemar.rymarkiewicz@tieto.com> X-Mailer: git-send-email 1.7.8 MIME-Version: 1.0 Content-Type: text/plain X-Brightmail-Tracker: AAAAAA== X-SA-Exim-Connect-IP: 131.207.168.38 X-SA-Exim-Mail-From: Waldemar.Rymarkiewicz@tieto.com X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on stoneboat.aleph1.co.uk X-Spam-Level: X-Spam-Status: No, score=-4.1 required=4.5 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED,SPF_PASS autolearn=ham version=3.3.1 X-SA-Exim-Version: 4.2.1 (built Mon, 22 Mar 2010 06:51:10 +0000) X-SA-Exim-Scanned: Yes (on stoneboat.aleph1.co.uk) Cc: manningc2@actrix.gen.nz Subject: [Yaffs] [YAFFS 00/10] Add support of v3.2 kernel in single flavour of yaffs X-BeenThere: yaffs@lists.aleph1.co.uk X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of YAFFS NAND flash filesystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2012 10:25:54 -0000 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