commit | 1a8f8d2a443ef9ad9a3065ba8c8119df714240fa | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Thu Oct 04 14:49:10 2018 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Thu Oct 04 14:49:10 2018 +0200 |
tree | 3abb9da74ff7da89a3a700710a6611a39c61ebf9 | |
parent | 601350ff58d5415a001769532f6b8333820e5786 [diff] |
ovl: fix format of setxattr debug Format has a typo: it was meant to be "%.*s", not "%*s". But at some point callers grew nonprintable values as well, so use "%*pE" instead with a maximized length. Reported-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> Fixes: 3a1e819b4e80 ("ovl: store file handle of lower inode on copy up") Cc: <stable@vger.kernel.org> # v4.12