diff options
author | Jakob Unterwurzacher | 2017-04-02 21:32:01 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-04-29 22:24:38 +0200 |
commit | 863c3ca36fe756767ad2f86348a0646f2e7a09a5 (patch) | |
tree | 90c50a9296f828cdd9323bde6bdea242eb14571a /internal/fusefrontend | |
parent | d20290671e2157162e608c43230fb6c51abfbc94 (diff) |
fusefrontend: rename write_lock.go -> open_file_table.go
The data structure was originally called write lock table, but
is now simply called the open file table. Rename the file to
reflect that.
Diffstat (limited to 'internal/fusefrontend')
-rw-r--r-- | internal/fusefrontend/open_file_table.go (renamed from internal/fusefrontend/write_lock.go) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/internal/fusefrontend/write_lock.go b/internal/fusefrontend/open_file_table.go index 053298d..053298d 100644 --- a/internal/fusefrontend/write_lock.go +++ b/internal/fusefrontend/open_file_table.go |