From 4117366a283657295264723e559d7ead79a7cfd3 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 25 Oct 2022 05:35:04 +0900 Subject: 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. --- src/basic/fd-util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/basic/fd-util.h') 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/ path needs */ -- cgit v1.2.3