isofs: Fix bug in the way to check if the year is a leap year
authorOscar Forner Martinez <oscar.forner.martinez@gmail.com>
Wed, 7 Jan 2015 00:54:19 +0000 (16:54 -0800)
committerJan Kara <jack@suse.cz>
Wed, 7 Jan 2015 08:51:49 +0000 (09:51 +0100)
commite4a93be6cb281fb3dbbd41b22aee02cb0e551ba8
treeb0428e113fdd21fb24504807a6de83c6971bdc25
parent6744e90b0fa1fc6a908fa26935a5ed9e63413063
isofs: Fix bug in the way to check if the year is a leap year

Changed the whole algorithm for a call to mktime64 that takes
care of all that details.

Signed-off-by: Oscar Forner Martinez <oscar.forner.martinez@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/isofs/util.c