lib/test_lockup.c: make test_inode static
[linux-block.git] / lib / test_lockup.c
index ea09ca335b21451f964cc9f96ed35e15f46bc550..419fbaceba73f22684de990e9cf85505dfd31a82 100644 (file)
@@ -142,7 +142,7 @@ module_param(reallocate_pages, bool, 0400);
 MODULE_PARM_DESC(reallocate_pages, "free and allocate pages between iterations");
 
 struct file *test_file;
-struct inode *test_inode;
+static struct inode *test_inode;
 static char test_file_path[256];
 module_param_string(file_path, test_file_path, sizeof(test_file_path), 0400);
 MODULE_PARM_DESC(file_path, "file path to test");