Re: [PATCH 1/1 linux-next] udf: remove redundant sys_tz declaration

2014-09-29 Thread Jan Kara
On Sat 27-09-14 18:14:47, Fabian Frederick wrote:
> sys_tz is already declared in include/linux/time.h
  Thanks. I've added the patch to my tree.

Honza

> 
> Cc: Jan Kara 
> Signed-off-by: Fabian Frederick 
> ---
>  fs/udf/udftime.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/fs/udf/udftime.c b/fs/udf/udftime.c
> index 1f11483..77c331f 100644
> --- a/fs/udf/udftime.c
> +++ b/fs/udf/udftime.c
> @@ -81,8 +81,6 @@ static time_t year_seconds[MAX_YEAR_SECONDS] = {
>  /*2038*/ SPY(68, 17, 0)
>  };
>  
> -extern struct timezone sys_tz;
> -
>  #define SECS_PER_HOUR(60 * 60)
>  #define SECS_PER_DAY (SECS_PER_HOUR * 24)
>  
> -- 
> 1.9.3
> 
-- 
Jan Kara 
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 1/1 linux-next] udf: remove redundant sys_tz declaration

2014-09-29 Thread Jan Kara
On Sat 27-09-14 18:14:47, Fabian Frederick wrote:
 sys_tz is already declared in include/linux/time.h
  Thanks. I've added the patch to my tree.

Honza

 
 Cc: Jan Kara j...@suse.cz
 Signed-off-by: Fabian Frederick f...@skynet.be
 ---
  fs/udf/udftime.c | 2 --
  1 file changed, 2 deletions(-)
 
 diff --git a/fs/udf/udftime.c b/fs/udf/udftime.c
 index 1f11483..77c331f 100644
 --- a/fs/udf/udftime.c
 +++ b/fs/udf/udftime.c
 @@ -81,8 +81,6 @@ static time_t year_seconds[MAX_YEAR_SECONDS] = {
  /*2038*/ SPY(68, 17, 0)
  };
  
 -extern struct timezone sys_tz;
 -
  #define SECS_PER_HOUR(60 * 60)
  #define SECS_PER_DAY (SECS_PER_HOUR * 24)
  
 -- 
 1.9.3
 
-- 
Jan Kara j...@suse.cz
SUSE Labs, CR
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 1/1 linux-next] udf: remove redundant sys_tz declaration

2014-09-27 Thread Fabian Frederick
sys_tz is already declared in include/linux/time.h

Cc: Jan Kara 
Signed-off-by: Fabian Frederick 
---
 fs/udf/udftime.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/udf/udftime.c b/fs/udf/udftime.c
index 1f11483..77c331f 100644
--- a/fs/udf/udftime.c
+++ b/fs/udf/udftime.c
@@ -81,8 +81,6 @@ static time_t year_seconds[MAX_YEAR_SECONDS] = {
 /*2038*/ SPY(68, 17, 0)
 };
 
-extern struct timezone sys_tz;
-
 #define SECS_PER_HOUR  (60 * 60)
 #define SECS_PER_DAY   (SECS_PER_HOUR * 24)
 
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 1/1 linux-next] udf: remove redundant sys_tz declaration

2014-09-27 Thread Fabian Frederick
sys_tz is already declared in include/linux/time.h

Cc: Jan Kara j...@suse.cz
Signed-off-by: Fabian Frederick f...@skynet.be
---
 fs/udf/udftime.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/udf/udftime.c b/fs/udf/udftime.c
index 1f11483..77c331f 100644
--- a/fs/udf/udftime.c
+++ b/fs/udf/udftime.c
@@ -81,8 +81,6 @@ static time_t year_seconds[MAX_YEAR_SECONDS] = {
 /*2038*/ SPY(68, 17, 0)
 };
 
-extern struct timezone sys_tz;
-
 #define SECS_PER_HOUR  (60 * 60)
 #define SECS_PER_DAY   (SECS_PER_HOUR * 24)
 
-- 
1.9.3

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/