diff options
author | Kyle Spiers <kyle@spiers.me> | 2018-03-09 02:28:43 +0100 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2018-03-09 13:04:20 +0100 |
commit | a9cee1764b6fa97f2b4cd0210b1a125fef2e7169 (patch) | |
tree | 9c3e1fd1e5048ea1598eca31ffe3f3dbeea6686c /fs/notify | |
parent | udf: fix potential refcnt problem of nls module (diff) | |
download | linux-a9cee1764b6fa97f2b4cd0210b1a125fef2e7169.tar.xz linux-a9cee1764b6fa97f2b4cd0210b1a125fef2e7169.zip |
reiserfs: Remove VLA from fs/reiserfs/reiserfs.h
Remove Variable Length Array from fs/reiserfs/reiserfs.h. EMPTY_DIR_SIZE
is used as an array size and as it is using strlen() it need not be
evaluated at compile time. Change it's definition to use sizeof() to
force evaluation of array length at compile time.
Signed-off-by: Kyle Spiers <kyle@spiers.me>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/notify')
0 files changed, 0 insertions, 0 deletions