Change the interface definition of show_attribute() to use seq_file.

Signed-Off-By: Chandra Seetharaman <[EMAIL PROTECTED]>
--

 Documentation/filesystems/configfs/configfs.txt |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.18/Documentation/filesystems/configfs/configfs.txt
===================================================================
--- linux-2.6.18.orig/Documentation/filesystems/configfs/configfs.txt
+++ linux-2.6.18/Documentation/filesystems/configfs/configfs.txt
@@ -162,7 +162,7 @@ among other things.  For that, it needs 
                void (*release)(struct config_item *);
                ssize_t (*show_attribute)(struct config_item *,
                                          struct configfs_attribute *,
-                                         char *);
+                                         struct seq_file *);
                ssize_t (*store_attribute)(struct config_item *,
                                           struct configfs_attribute *,
                                           const char *, size_t);

-- 

----------------------------------------------------------------------
    Chandra Seetharaman               | Be careful what you choose....
              - [EMAIL PROTECTED]   |      .......you may get it.
----------------------------------------------------------------------

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
ckrm-tech mailing list
https://lists.sourceforge.net/lists/listinfo/ckrm-tech

Reply via email to