]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] SYSFS: fix PAGE_SIZE check
authorJon Smirl <jonsmirl@gmail.com>
Tue, 14 Jun 2005 13:54:54 +0000 (09:54 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Jun 2005 22:15:38 +0000 (15:15 -0700)
commit9d9d27fb651a7c95a46f276bacb4329db47470a6
treecf25134082cb61e860f65af73adc91674ec74258
parent42b16c051c3f462095fb8c9bad1bc05b34518cb9
[PATCH] SYSFS: fix PAGE_SIZE check

Without this change I can't set an attribute exactly PAGE_SIZE in
length. There is no need for zero termination because the interface
uses lengths.

From: Jon Smirl <jonsmirl@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/file.c