commit | beadadfa5467e09e36891f39cae1f5d8d3bbf17e | [log] [tgz] |
---|---|---|
author | Richard Genoud <richard.genoud@gmail.com> | Tue Apr 02 12:24:37 2013 +0200 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Fri May 10 17:07:01 2013 +0300 |
tree | 5eaeadbef6c4800c4795a3a371f2b0039ad8016d | |
parent | c1be5a5b1b355d40e6cf79cc979eb66dafa24ad1 [diff] |
UBIFS: correct mount message When mounting an UBIFS R/W volume, we have the message: UBIFS: mounted UBI device 0, volume 1, name "rootfs"(null) With this patch, we'll have: UBIFS: mounted UBI device 0, volume 1, name "rootfs" Which is, I think, what was intended. Signed-off-by: Richard Genoud <richard.genoud@gmail.com> Cc: stable@vger.kernel.org [v3.7+] Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>