Hide Forgot
In POSIX, updating nr_files is not being done right. It is being incremented even before checking return values from open() and close(). This needs to be corrected.
PATCH: http://patches.gluster.com/patch/1412 in master (storage/posix: Update nr_files after system call succeeds.)