mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 17:11:46 +00:00
libceph: nuke time_sub()
Unused since ceph got merged into mainline I guess. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: Alex Elder <elder@linaro.org>
This commit is contained in:
parent
e8a7b8b12b
commit
d50c97b566
1 changed files with 0 additions and 9 deletions
|
@ -93,15 +93,6 @@ enum {
|
||||||
CEPH_MOUNT_SHUTDOWN,
|
CEPH_MOUNT_SHUTDOWN,
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
|
||||||
* subtract jiffies
|
|
||||||
*/
|
|
||||||
static inline unsigned long time_sub(unsigned long a, unsigned long b)
|
|
||||||
{
|
|
||||||
BUG_ON(time_after(b, a));
|
|
||||||
return (long)a - (long)b;
|
|
||||||
}
|
|
||||||
|
|
||||||
struct ceph_mds_client;
|
struct ceph_mds_client;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue