diff options
author | Hugh Dickins <hughd@google.com> | 2011-04-14 22:22:07 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-04-14 23:06:55 (GMT) |
commit | fc5da22ae35d4720be59af8787a8a6d5e4da9517 (patch) | |
tree | a072d2d1387d19ea5403ab8adaf7c092c1cf6485 /tools | |
parent | d00ebeac5f24f290636f7a895dafc124b2930a08 (diff) | |
download | linux-fsl-qoriq-fc5da22ae35d4720be59af8787a8a6d5e4da9517.tar.xz |
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 'tools')
0 files changed, 0 insertions, 0 deletions