linux/fs/configfs
Joel Becker b23cdde4c6 configfs: consistent attribute size
The attribute store/show code currently limits attributes at PAGE_SIZE.
This code comes from sysfs, where it still works that way.

However, PAGE_SIZE is not constant.  A 16k attribute string works on
ia64 but not on x86.  Really a subsystem shouldn't allow different
attribute sizes based on platform.

As such, limit all simple attributes to 4k.  This works on all
platforms, and is consistent with all current code.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
2007-07-10 16:52:22 -07:00
..
configfs_internal.h [PATCH] mark struct inode_operations const 1 2007-02-12 09:48:46 -08:00
dir.c configfs: add missing mutex_unlock() 2007-03-14 14:37:21 -07:00
file.c configfs: consistent attribute size 2007-07-10 16:52:22 -07:00
inode.c Detach sched.h from mm.h 2007-05-21 09:18:19 -07:00
item.c [DLM] Export config_group_find_obj for use by the DLM 2006-01-18 14:21:40 +00:00
Makefile [PATCH] configfs: User-driven configuration filesystem 2006-01-03 11:45:28 -08:00
mount.c remove "struct subsystem" as it is no longer needed 2007-05-02 18:57:59 -07:00
symlink.c [PATCH] mark struct inode_operations const 1 2007-02-12 09:48:46 -08:00