Remove old FIXME comment
authorJens Axboe <jens.axboe@oracle.com>
Tue, 4 Aug 2009 21:04:18 +0000 (23:04 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 4 Aug 2009 21:04:18 +0000 (23:04 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
os/os-freebsd.h
os/os-solaris.h

index e517ec0f261f5ae618ac1395a52d581c3a15b541..88de7138e88becdf8747a85f0975a890b936cad5 100644 (file)
@@ -12,9 +12,6 @@
 typedef unsigned long os_cpu_mask_t;
 typedef unsigned int os_random_state_t;
 
 typedef unsigned long os_cpu_mask_t;
 typedef unsigned int os_random_state_t;
 
-/*
- * FIXME
- */
 static inline int blockdev_size(int fd, unsigned long long *bytes)
 {
        off_t end = lseek(fd, 0, SEEK_END);
 static inline int blockdev_size(int fd, unsigned long long *bytes)
 {
        off_t end = lseek(fd, 0, SEEK_END);
index c49ce8d99abdd21f611c11ec5c90952314cd1c05..943d387da4d748a10b07ac3fb0af8d270f23af7c 100644 (file)
@@ -23,9 +23,6 @@ struct solaris_rand_seed {
 typedef psetid_t os_cpu_mask_t;
 typedef struct solaris_rand_seed os_random_state_t;
 
 typedef psetid_t os_cpu_mask_t;
 typedef struct solaris_rand_seed os_random_state_t;
 
-/*
- * FIXME
- */
 static inline int blockdev_size(int fd, unsigned long long *bytes)
 {
        off_t end = lseek(fd, 0, SEEK_END);
 static inline int blockdev_size(int fd, unsigned long long *bytes)
 {
        off_t end = lseek(fd, 0, SEEK_END);