userns; Correct the comment in map_write
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 6 Dec 2014 02:03:28 +0000 (20:03 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Fri, 12 Dec 2014 00:07:06 +0000 (18:07 -0600)
It is important that all maps are less than PAGE_SIZE
or else setting the last byte of the buffer to '0'
could write off the end of the allocated storage.

Correct the misleading comment.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>

No differences found