From e01bd71376136e9a10f3159ecba0f3a73b6e70b3 Mon Sep 17 00:00:00 2001 From: Shirish Pargaonkar Date: Thu, 24 Jul 2008 14:53:20 +0000 Subject: [PATCH] --- yaml --- r: 106268 b: refs/heads/master c: b1910ad6222a705650dc991c003af43b94cdb3e1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/cifs/cifsacl.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1e00f69a88a9..38353b28352c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 76c510ad2e7d56cfe8f2cc7b23783e5c687cf704 +refs/heads/master: b1910ad6222a705650dc991c003af43b94cdb3e1 diff --git a/trunk/fs/cifs/cifsacl.c b/trunk/fs/cifs/cifsacl.c index 0e9fc2ba90ee..18faf65b9114 100644 --- a/trunk/fs/cifs/cifsacl.c +++ b/trunk/fs/cifs/cifsacl.c @@ -169,8 +169,7 @@ static void copy_sec_desc(const struct cifs_ntsd *pntsd, for (i = 0; i < 6; i++) ngroup_sid_ptr->authority[i] = group_sid_ptr->authority[i]; for (i = 0; i < 5; i++) - ngroup_sid_ptr->sub_auth[i] = - cpu_to_le32(group_sid_ptr->sub_auth[i]); + ngroup_sid_ptr->sub_auth[i] = group_sid_ptr->sub_auth[i]; return; }