From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754037AbcALUul (ORCPT ); Tue, 12 Jan 2016 15:50:41 -0500 Received: from a.ns.miles-group.at ([95.130.255.143]:11949 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752235AbcALUuk (ORCPT ); Tue, 12 Jan 2016 15:50:40 -0500 To: Linus Torvalds Cc: "linux-mtd@lists.infradead.org" , "linux-kernel@vger.kernel.org" From: Richard Weinberger Subject: [GIT PULL] UBI/UBIFS updates for 4.5 Message-ID: <5695671D.1070306@nod.at> Date: Tue, 12 Jan 2016 21:50:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, the following changes since commit 168309855a7d1e16db751e9c647119fe2d2dc878: Linux 4.4-rc8 (2016-01-03 15:15:37 -0800) are available in the git repository at: git://git.infradead.org/linux-ubifs.git tags/upstream-4.5-rc1 for you to fetch changes up to 4fdd1d51ad5d059548c6539ac9d281f74d24bcbe: ubifs: Use XATTR_*_PREFIX_LEN (2016-01-10 12:33:47 +0100) ---------------------------------------------------------------- This pull request contains three changes, two cleanups and one UBI wear leveling improvement by Sebastian Siewior. ---------------------------------------------------------------- Dongsheng Yang (1): UBIFS: add a comment in key.h for unused parameter Richard Weinberger (1): ubifs: Use XATTR_*_PREFIX_LEN Sebastian Siewior (1): mtd: ubi: wl: avoid erasing a PEB which is empty drivers/mtd/ubi/wl.c | 21 ++++++++++++++++++--- fs/ubifs/key.h | 6 ++++++ fs/ubifs/xattr.c | 4 ++-- 3 files changed, 26 insertions(+), 5 deletions(-)