From: Andrey Vagin Date: Tue, 9 Sep 2014 21:51:04 +0000 (-0700) Subject: fsnotify/fdinfo: use named constants instead of hardcoded values X-Git-Tag: fixes-for-v3.18-merge-window~152^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fc98d11cac6dd66342e5580cb2687e5b1e9a613;p=pandora-kernel.git fsnotify/fdinfo: use named constants instead of hardcoded values MAX_HANDLE_SZ is equal to 128, but currently the size of pad is only 64 bytes, so exportfs_encode_inode_fh can return an error. Signed-off-by: Andrey Vagin Acked-by: Cyrill Gorcunov Cc: Alexander Viro Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed