diff options
author | Jeff Layton <[email protected]> | 2009-08-18 14:11:08 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-08-18 16:31:12 -0700 |
commit | 89a4eb4b66e8f4d395e14a14d262dac4d6ca52f0 (patch) | |
tree | e8dfb8f3c70700c44a3a56f87541d45c86eec3f7 /tools/perf/scripts/python/net_dropmonitor.py | |
parent | 6b6f0b6c131321e1bc34c47b7f671b0360315402 (diff) |
vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signed
get_sb_pseudo sets s_maxbytes to ~0ULL which becomes negative when cast
to a signed value. Fix it to use MAX_LFS_FILESIZE which casts properly
to a positive signed value.
Signed-off-by: Jeff Layton <[email protected]>
Reviewed-by: Johannes Weiner <[email protected]>
Acked-by: Steve French <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Robert Love <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions