commit | 9e6766cc8c125cf406960a5bfdf1455473f4835c | [log] [tgz] |
---|---|---|
author | Duane Griffin <duaneg@dghda.com> | Thu Jan 08 22:43:48 2009 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 27 14:43:57 2009 -0400 |
tree | 9e7267e52640e7e2e2fdddedb76a3273c861e63d | |
parent | c8fe8f30c7fe6ce6fc44a1db7d5bfa5144cd9211 [diff] |
ufs: validate maximum fast symlink size from superblock The maximum fast symlink size is set in the superblock of certain types of UFS filesystem. Before using it we need to check that it isn't longer than the available space we have in the inode. Signed-off-by: Duane Griffin <duaneg@dghda.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>