]> err.no Git - util-linux/commit
mount: document changed semantics of tmpfs size option in mount.8
authorkevin.granade@gmail.com <kevin.granade@gmail.com>
Mon, 7 Sep 2009 23:16:55 +0000 (18:16 -0500)
committerKarel Zak <kzak@redhat.com>
Tue, 22 Sep 2009 13:24:15 +0000 (15:24 +0200)
commit34fa5bc8e80b9710fd7841a21755f06be4139f3f
treebb6e511cb7f9d3de5ce65457253261268ac743dd
parentec7498784c9c79952d5fda36a1195e8242d382f7
mount: document changed semantics of tmpfs size option in mount.8

Linux kernel commit 818db35992c249dc32c1d86daf7d533fb0952f5d fixed a
problem where invoking mount -t tmpfs with a size argument smaler than the
size of one page caused the limits on the size of a tmpfs to not operate.
The commit also caused the number supplied by the size option to be
rounded up to the  nearest page size instead of down.  This alters the man
page to match the behavior of the kernel in this instance.

Signed-off-by: Kevin Granade <kevin.granade@gmail.com>
mount/mount.8