diff options
Diffstat (limited to 'fs/cifs/smb2proto.h')
| -rw-r--r-- | fs/cifs/smb2proto.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index 003217099ef3..e9ab5227e7a8 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h @@ -134,6 +134,7 @@ extern int SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon,  		      u64 persistent_file_id, u64 volatile_file_id);  extern int SMB2_query_eas(const unsigned int xid, struct cifs_tcon *tcon,  			  u64 persistent_file_id, u64 volatile_file_id, +			  int ea_buf_size,  			  struct smb2_file_full_ea_info *data);  extern int SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon,  			   u64 persistent_file_id, u64 volatile_file_id, |