|
@@ -338,7 +338,7 @@ static int cachefiles_bury_object(struct cachefiles_cache *cache,
|
|
try_again:
|
|
try_again:
|
|
/* first step is to make up a grave dentry in the graveyard */
|
|
/* first step is to make up a grave dentry in the graveyard */
|
|
sprintf(nbuffer, "%08x%08x",
|
|
sprintf(nbuffer, "%08x%08x",
|
|
- (uint32_t) get_seconds(),
|
|
|
|
|
|
+ (uint32_t) ktime_get_real_seconds(),
|
|
(uint32_t) atomic_inc_return(&cache->gravecounter));
|
|
(uint32_t) atomic_inc_return(&cache->gravecounter));
|
|
|
|
|
|
/* do the multiway lock magic */
|
|
/* do the multiway lock magic */
|