diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-07-18 17:50:50 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-26 11:42:11 +0100 |
commit | a916a127768291ca7c614976e05c90153fec2956 (patch) | |
tree | 3192b2f062b2ba88f3ab980c3d72974876873c29 /README | |
parent | a598242197312fa6d43179c283da2d0873de2919 (diff) | |
download | openembedded-core-a916a127768291ca7c614976e05c90153fec2956.tar.gz openembedded-core-a916a127768291ca7c614976e05c90153fec2956.tar.bz2 openembedded-core-a916a127768291ca7c614976e05c90153fec2956.zip |
e2fsprogs: the max length of debugfs argument is too short
The max length of debugfs argument is 256 which is too short, the
arguments are two paths, the PATH_MAX is 4096 according to
/usr/include/linux/limits.h, so use BUFSIZ (which is 8192 on Linux
systems), that's also what the ss library uses.
This patch has been reviewed by the linux-ext4 mailing list, but isn't
merged atm.
[YOCTO #3848]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions