X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fcifs%2Fcifsfs.h;h=9ec40e0e54fc4eed289eb9070aeb0c8120f610cd;hb=df69a60dc6afc2936d79054d30b481c1fd9720e5;hp=1223fa81dbd269fc696e90951787e29426273f64;hpb=c2cc87ca9561ddfe744d446789cc10f507e87db9;p=powerpc.git diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 1223fa81db..9ec40e0e54 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -63,6 +63,8 @@ extern struct inode_operations cifs_symlink_inode_ops; /* Functions related to files and directories */ extern struct file_operations cifs_file_ops; extern struct file_operations cifs_file_direct_ops; /* if directio mount */ +extern struct file_operations cifs_file_nobrl_ops; +extern struct file_operations cifs_file_direct_nobrl_ops; /* if directio mount */ extern int cifs_open(struct inode *inode, struct file *file); extern int cifs_close(struct inode *inode, struct file *file); extern int cifs_closedir(struct inode *inode, struct file *file);