From: Stephen Boyd Date: Thu, 5 Apr 2012 21:25:09 +0000 (-0700) Subject: libfs: add simple_open() X-Git-Tag: v3.4-rc2~15^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20955e891d828b2027281fe3295dae6af8e0423b;p=pandora-kernel.git libfs: add simple_open() debugfs and a few other drivers use an open-coded version of simple_open() to pass a pointer from the file to the read/write file ops. Add support for this simple case to libfs so that we can remove the many duplicate copies of this simple function. Signed-off-by: Stephen Boyd Cc: Al Viro Cc: Julia Lawall Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed