From 863c3ca36fe756767ad2f86348a0646f2e7a09a5 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 2 Apr 2017 21:32:01 +0200 Subject: [PATCH] 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. --- internal/fusefrontend/{write_lock.go => open_file_table.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename internal/fusefrontend/{write_lock.go => open_file_table.go} (100%) diff --git a/internal/fusefrontend/write_lock.go b/internal/fusefrontend/open_file_table.go similarity index 100% rename from internal/fusefrontend/write_lock.go rename to internal/fusefrontend/open_file_table.go