Fixes: f8395fc9f072 ("ovl: readd lsattr/chattr support") Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/overlayfs/file.c b/fs/overlayfs/file.c index 24674cf..a8e8a1d 100644 --- a/fs/overlayfs/file.c +++ b/fs/overlayfs/file.c @@ -312,7 +312,7 @@ static long ovl_real_ioctl(struct file *file, unsigned int cmd, return ret; } -long ovl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) +static long ovl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) { long ret; struct inode *inode = file_inode(file); -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html