diff options
author | 2011-04-14 15:22:07 -0700 | |
---|---|---|
committer | 2011-04-14 16:06:55 -0700 | |
commit | fc5da22ae35d4720be59af8787a8a6d5e4da9517 (patch) | |
tree | a072d2d1387d19ea5403ab8adaf7c092c1cf6485 /kernel/sysctl.c | |
parent | MAINTAINERS: update STABLE BRANCH info (diff) | |
download | wireguard-linux-fc5da22ae35d4720be59af8787a8a6d5e4da9517.tar.xz wireguard-linux-fc5da22ae35d4720be59af8787a8a6d5e4da9517.zip |
tmpfs: fix off-by-one in max_blocks checks
If you fill up a tmpfs, df was showing
tmpfs 460800 - - - /tmp
because of an off-by-one in the max_blocks checks. Fix it so df shows
tmpfs 460800 460800 0 100% /tmp
Signed-off-by: Hugh Dickins <hughd@google.com>
Cc: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/sysctl.c')
0 files changed, 0 insertions, 0 deletions