[CIFS] Add mmap for direct, nobrl cifs mount types
authorPavel Shilovsky <piastryyy@gmail.com>
Sat, 27 Mar 2010 02:00:49 +0000 (02:00 +0000)
committerSteve French <sfrench@us.ibm.com>
Sat, 27 Mar 2010 02:00:49 +0000 (02:00 +0000)
commit810627a013163cd294762d57c0ea2ec055ffe4f6
treed192aa00610334dddd0bba83a2ffc78351558164
parentae6be51ed01d6c4aaf249a207b4434bc7785853b
[CIFS] Add mmap for direct, nobrl cifs mount types

without mmap functions in file_ops OpenOffice can't save changes in
existing document. The same situation you can see with gedit. Also, a.out
format of files can't be executed without mmap.

Signed-off-by: Pavel Shilovsky <piastryyy@gmail.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsfs.c