summaryrefslogtreecommitdiffstats
path: root/src/basic/fd-util.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-10-24 22:35:04 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-10-25 09:25:46 +0200
commit4117366a283657295264723e559d7ead79a7cfd3 (patch)
treeed1dd5bb0c262d0223fd62083e139e3cc97db8b6 /src/basic/fd-util.h
parentMerge pull request #25118 from bluca/rc2 (diff)
downloadsystemd-4117366a283657295264723e559d7ead79a7cfd3.tar.xz
systemd-4117366a283657295264723e559d7ead79a7cfd3.zip
btrfs-util: move btrfs_defrag_fd() from fd-util.[ch]
After d71ece3f0b85c7a3decc50143b68ac07fc5831ae, the function is not used in libbasic or libsystemd anymore. Let's move it to more appropriate place.
Diffstat (limited to 'src/basic/fd-util.h')
-rw-r--r--src/basic/fd-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/fd-util.h b/src/basic/fd-util.h
index 8543d0d5ea..d9896e27e8 100644
--- a/src/basic/fd-util.h
+++ b/src/basic/fd-util.h
@@ -108,7 +108,6 @@ static inline int make_null_stdio(void) {
int fd_reopen(int fd, int flags);
int read_nr_open(void);
-int btrfs_defrag_fd(int fd);
int fd_get_diskseq(int fd, uint64_t *ret);
/* The maximum length a buffer for a /proc/self/fd/<fd> path needs */