]> git.baikalelectronics.ru Git - kernel.git/commit
IB/qib: Use generic_file_llseek
authorArnd Bergmann <arnd@arndb.de>
Wed, 7 Jul 2010 21:40:06 +0000 (21:40 +0000)
committerRoland Dreier <rolandd@cisco.com>
Wed, 21 Jul 2010 18:39:27 +0000 (11:39 -0700)
commit33b510f734cc8d89857ff001ee92d2389d54e0db
tree09baada8c6f0cccf3fad21c0739f2d8cbd3a7e44
parent976094886b06e088fcb8d4d21fc5567db52a493f
IB/qib: Use generic_file_llseek

When the default llseek action gets changed to no_llseek, all file
systems relying on the current behaviour need to set explicit .llseek
operations.

In case of qib_fs, we want the files to be seekable, so
generic_file_llseek fits best.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/qib/qib_fs.c