diff options
author | Steve French | 2006-09-30 03:07:38 +0200 |
---|---|---|
committer | Steve French | 2006-09-30 03:07:38 +0200 |
commit | 175ec9e11cf18f8373b32f7a33e75a4cf7ce25e3 (patch) | |
tree | d261c6ce707654685fefc1759044718a23c1add1 /fs/cifs/cifsfs.c | |
parent | [CIFS] Handle legacy servers which return undefined time zone (diff) | |
download | kernel-qcow2-linux-175ec9e11cf18f8373b32f7a33e75a4cf7ce25e3.tar.gz kernel-qcow2-linux-175ec9e11cf18f8373b32f7a33e75a4cf7ce25e3.tar.xz kernel-qcow2-linux-175ec9e11cf18f8373b32f7a33e75a4cf7ce25e3.zip |
[CIFS] Rename server time zone field
Server time zone is not really a time zone, rather a time adjustement
in seconds.
CC: Guenter Kukkukk <linux@kukkukk.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r-- | fs/cifs/cifsfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index 7ecfcbf31e55..e7641f9a13bb 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c @@ -465,7 +465,7 @@ static struct super_operations cifs_super_ops = { .umount_begin = cifs_umount_begin, .remount_fs = cifs_remount, #ifdef CONFIG_CIFS_STATS2 - cifs_show_stats, + .cifs_show_stats, #endif }; |