dir.c (38b256973ea90fc7c2b7e1b734fa0e8b83538d50) | dir.c (0e585ccc13b3edbb187fb4f1b7cc9397f17d64a9) |
---|---|
1/* 2 * 3 * Copyright (C) 2011 Novell Inc. 4 * 5 * This program is free software; you can redistribute it and/or modify it 6 * under the terms of the GNU General Public License version 2 as published by 7 * the Free Software Foundation. 8 */ --- 992 unchanged lines hidden (view full) --- 1001 .setattr = ovl_setattr, 1002 .create = ovl_create, 1003 .mknod = ovl_mknod, 1004 .permission = ovl_permission, 1005 .getattr = ovl_dir_getattr, 1006 .setxattr = generic_setxattr, 1007 .getxattr = ovl_getxattr, 1008 .listxattr = ovl_listxattr, | 1/* 2 * 3 * Copyright (C) 2011 Novell Inc. 4 * 5 * This program is free software; you can redistribute it and/or modify it 6 * under the terms of the GNU General Public License version 2 as published by 7 * the Free Software Foundation. 8 */ --- 992 unchanged lines hidden (view full) --- 1001 .setattr = ovl_setattr, 1002 .create = ovl_create, 1003 .mknod = ovl_mknod, 1004 .permission = ovl_permission, 1005 .getattr = ovl_dir_getattr, 1006 .setxattr = generic_setxattr, 1007 .getxattr = ovl_getxattr, 1008 .listxattr = ovl_listxattr, |
1009 .removexattr = ovl_removexattr, | 1009 .removexattr = generic_removexattr, |
1010 .get_acl = ovl_get_acl, 1011 .update_time = ovl_update_time, 1012}; | 1010 .get_acl = ovl_get_acl, 1011 .update_time = ovl_update_time, 1012}; |