Revert "lib/loopdev.c: Inline loopcxt_has_device"

... no caller in that file, this change has no effect.

This reverts commit 3bb960c7b5.
This commit is contained in:
Karel Zak 2019-06-18 22:05:16 +02:00
parent 7571ec08a1
commit dab1303287
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ int loopcxt_set_device(struct loopdev_cxt *lc, const char *device)
return 0;
}
inline int loopcxt_has_device(struct loopdev_cxt *lc)
int loopcxt_has_device(struct loopdev_cxt *lc)
{
return lc && *lc->device;
}