chiark / gitweb /
[PATCH] change pgsize
authorananth@in.ibm.com <ananth@in.ibm.com>
Tue, 23 Dec 2003 04:54:51 +0000 (20:54 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:10 +0000 (21:13 -0700)
commitf4f3939a6cfc4fa1fb6a1621fdfb0ef174f11e41
treeb1e42d46d1953cb6b921d870474930bca60b0352
parent01ff79f58925dd26a717ae78f201d739053b5477
[PATCH] change pgsize

In udev-009 and previous releases, for klibc compatibility, the pgsize var
in sysfs_read_attribute() (file sysfs_dir.c under libsysfs) is handcoded
to 0x4000.

Should it not be 4096 bytes (0x1000 in hex) instead of 0x4000 (16k bytes)?
libsysfs/sysfs_dir.c