[PATCH 0/5] Allow more than PAGESIZE data read in configfs

From: Chandra Seetharaman
Date: Tue Oct 10 2006 - 14:27:40 EST


Currently, maximum amount of data that can be read from a configfs
attribute file is limited to PAGESIZE bytes. This is a limitation for
some of the usages of configfs.

This patchset removes that limitaion by using seq_file for read operations
instead of using locally allocated buffer.

Tested the interface change with configfs_example.c in the Documentation
directory.

--

----------------------------------------------------------------------
Chandra Seetharaman | Be careful what you choose....
- sekharan@xxxxxxxxxx | .......you may get it.
----------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/