diff options
author | Jeremy Allison <jra@samba.org> | 2009-10-02 13:45:38 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-10-02 13:45:38 -0700 |
commit | 6f22cd10ad30bd9077916c4fecbc8f7bb08c68b9 (patch) | |
tree | e1a873d8586b5386f9ddecc5bf46e961a4d634c7 /source3/include | |
parent | e218a529e0affd22118ab8f541474e600be5769a (diff) | |
download | samba-6f22cd10ad30bd9077916c4fecbc8f7bb08c68b9.tar.gz samba-6f22cd10ad30bd9077916c4fecbc8f7bb08c68b9.tar.bz2 samba-6f22cd10ad30bd9077916c4fecbc8f7bb08c68b9.zip |
Remove lots of duplicate code and move it into one
function vfs_stat_fsp(). Stops code looking at fsp->posix_open
except for exceptional circumstances.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index c9f57b46a6..c8e4fe1916 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7116,6 +7116,7 @@ int vfs_stat_smb_fname(struct connection_struct *conn, const char *fname, SMB_STRUCT_STAT *psbuf); int vfs_lstat_smb_fname(struct connection_struct *conn, const char *fname, SMB_STRUCT_STAT *psbuf); +NTSTATUS vfs_stat_fsp(files_struct *fsp); /* The following definitions come from torture/denytest.c */ |