Skip to content

Commit

Permalink
engines/fileoperations: remove extra blank lines
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Fu <[email protected]>
  • Loading branch information
vincentkfu committed Mar 22, 2024
1 parent a7a817a commit 2dee6cc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions engines/fileoperations.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ static int setup_dirs(struct thread_data *td)
return ret;
}



static int open_file(struct thread_data *td, struct fio_file *f)
{
struct timespec start;
Expand Down Expand Up @@ -207,7 +205,6 @@ static int stat_file(struct thread_data *td, struct fio_file *f)
return 0;
}


static int delete_file(struct thread_data *td, struct fio_file *f)
{
struct timespec start;
Expand Down Expand Up @@ -237,8 +234,6 @@ static int delete_file(struct thread_data *td, struct fio_file *f)
return 1;
}



if (ret == -1) {
char buf[FIO_VERROR_SIZE];
int e = errno;
Expand Down Expand Up @@ -407,7 +402,6 @@ static struct ioengine_ops ioengine_dirdelete = {
FIO_NOSTATS | FIO_NOFILEHASH,
};


static void fio_init fio_fileoperations_register(void)
{
register_ioengine(&ioengine_filecreate);
Expand Down

0 comments on commit 2dee6cc

Please sign in to comment.