dir.c (5acac83bf2e42f51ab9fd315d657798754bf0bb8) dir.c (66dbfabf10d3cb68ee01df60b11c0b3777a4217b)
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 *
4 * Copyright (C) 2011 Novell Inc.
5 */
6
7#include <linux/fs.h>
8#include <linux/namei.h>

--- 1287 unchanged lines hidden (view full) ---

1296 .setattr = ovl_setattr,
1297 .create = ovl_create,
1298 .mknod = ovl_mknod,
1299 .permission = ovl_permission,
1300 .getattr = ovl_getattr,
1301 .listxattr = ovl_listxattr,
1302 .get_acl = ovl_get_acl,
1303 .update_time = ovl_update_time,
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 *
4 * Copyright (C) 2011 Novell Inc.
5 */
6
7#include <linux/fs.h>
8#include <linux/namei.h>

--- 1287 unchanged lines hidden (view full) ---

1296 .setattr = ovl_setattr,
1297 .create = ovl_create,
1298 .mknod = ovl_mknod,
1299 .permission = ovl_permission,
1300 .getattr = ovl_getattr,
1301 .listxattr = ovl_listxattr,
1302 .get_acl = ovl_get_acl,
1303 .update_time = ovl_update_time,
1304 .fileattr_get = ovl_fileattr_get,
1305 .fileattr_set = ovl_fileattr_set,
1304};
1306};