fs: Add g_ prefix for all global mountpt_operations instances

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-04-22 22:53:42 +08:00
committed by Alin Jerpelea
parent 51dc67ad5f
commit dd631265c4
20 changed files with 53 additions and 124 deletions

View File

@@ -133,7 +133,7 @@ static int spiffs_stat(FAR struct inode *mountpt, FAR const char *relpath,
* Public Data
****************************************************************************/
const struct mountpt_operations spiffs_operations =
const struct mountpt_operations g_spiffs_operations =
{
spiffs_open, /* open */
spiffs_close, /* close */