From af8d0cc0d2271f45b0967578f9310b3ee9b9082a Mon Sep 17 00:00:00 2001 From: Rashika Kheria Date: Wed, 2 Apr 2014 17:23:29 +0300 Subject: [PATCH] fs: Mark function as static in exofs/super.c Mark function as static in exofs/super.c because it is not used outside this file. This also eliminates the following warning in exofs/super.c: fs/exofs/super.c:546:5: warning: no previous prototype \ for __alloc_dev_table[-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Boaz Harrosh --- Reading git-format-patch failed