Solomon Boulos has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/487454 )
Change subject: Implement "close" and REMOVE (unlink).
......................................................................
Implement "close" and REMOVE (unlink).
Now we can remove the files we'll be creating for xfstests. Easy enough.
  $ ls -l proxy-mount/
  total 8304
  -rw-r--r-- 1 boulos boulos 3584000 Mar  5 23:11 bytes-again.txt
  -rw-r--r-- 1 boulos boulos 3584000 Mar  4 23:50 bytes-copy.txt
  -rw-r--r-- 1 boulos boulos 3584000 Mar  5 00:35 bytes-small.txt
  -rw-r--r-- 1 boulos boulos 3584000 Mar  4 17:59 bytes.txt
  -rw-r--r-- 1 boulos boulos 3584000 Mar  4 23:40 copied.txt
  -rw-r--r-- 1 boulos boulos      16 Feb 15 00:15 hello.txt
  -rw-r--r-- 1 boulos boulos       8 Mar  4 23:39 new.txt
  -rw-r--r-- 1 boulos boulos       0 Mar  4 22:58 nope.txt
  drwxr-xr-x 2 boulos boulos    4096 Feb 22 18:12 subdir
  -rw-r--r-- 1 boulos boulos       8 Feb 26 02:35 woohoo.txt
  -rw-r--r-- 1 boulos boulos      11 Feb 15 00:15 yo.txt
  $ rm proxy-mount/copied.txt
  $ ls -l proxy-mount/
  total 7876
  -rw-r--r-- 1 boulos boulos 3584000 Mar  5 23:11 bytes-again.txt
  -rw-r--r-- 1 boulos boulos 3584000 Mar  4 23:50 bytes-copy.txt
  -rw-r--r-- 1 boulos boulos 3584000 Mar  5 00:35 bytes-small.txt
  -rw-r--r-- 1 boulos boulos 3584000 Mar  4 17:59 bytes.txt
  -rw-r--r-- 1 boulos boulos      16 Feb 15 00:15 hello.txt
  -rw-r--r-- 1 boulos boulos       8 Mar  4 23:39 new.txt
  -rw-r--r-- 1 boulos boulos       0 Mar  4 22:58 nope.txt
  drwxr-xr-x 2 boulos boulos    4096 Feb 22 18:12 subdir
  -rw-r--r-- 1 boulos boulos       8 Feb 26 02:35 woohoo.txt
  -rw-r--r-- 1 boulos boulos      11 Feb 15 00:15 yo.txt
Change-Id: I869666f2878e7257abbda8d6d94b5ee1c7acb37a
Signed-off-by: Solomon Boulos <boulos(a)google.com>
---
M src/FSAL/FSAL_PROXY_V3/main.c
1 file changed, 67 insertions(+), 0 deletions(-)
  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/54/487454/1
-- 
To view, visit 
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/487454
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I869666f2878e7257abbda8d6d94b5ee1c7acb37a
Gerrit-Change-Number: 487454
Gerrit-PatchSet: 1
Gerrit-Owner: Solomon Boulos <boulos(a)google.com>
Gerrit-MessageType: newchange