]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
binfmt_misc: reuse string_unescape_inplace()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 30 Apr 2013 22:27:33 +0000 (15:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 May 2013 00:04:03 +0000 (17:04 -0700)
commit8d82e180b51f8ecca9ae9d6a3e7f01d50ea34c20
tree2aee6ab908aa656019327f277716dcd6f9995db5
parentd338b1379f96b20e63aa65082e19e9a18a93b608
binfmt_misc: reuse string_unescape_inplace()

There is string_unescape_inplace() function which decodes strings in generic
way. Let's use it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_misc.c