From 3ef0e2246b4016b5f8a38f7476bc226c1875bfab Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 20 Aug 2012 09:49:30 +1000 Subject: s4-ntvfs: Add TODO on ea_size This is almost certainly un-important. Andrew Bartlett --- source4/ntvfs/posix/pvfs_fileinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/ntvfs/posix/pvfs_fileinfo.c b/source4/ntvfs/posix/pvfs_fileinfo.c index b1fd55aceb..d2e2aeea26 100644 --- a/source4/ntvfs/posix/pvfs_fileinfo.c +++ b/source4/ntvfs/posix/pvfs_fileinfo.c @@ -81,7 +81,7 @@ NTSTATUS pvfs_fill_dos_info(struct pvfs_state *pvfs, struct pvfs_filename *name, name->dos.attrib = dos_mode_from_stat(pvfs, &name->st); name->dos.alloc_size = pvfs_round_alloc_size(pvfs, name->st.st_size); name->dos.nlink = name->st.st_nlink; - name->dos.ea_size = 4; + name->dos.ea_size = 4; /* TODO: Fill this in without hitting the stream bad in pvfs_doseas_load() */ if (pvfs->ntvfs->ctx->protocol >= PROTOCOL_SMB2_02) { /* SMB2 represents a null EA with zero bytes */ name->dos.ea_size = 0; -- cgit