X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fpmemblk.c;h=45f6fb6501a216b78dbfdae34f7ef3807aa77669;hb=3730a8739b3dc1e35deaa6a9501c65cc9c6bf1c8;hp=52af9eda31cbe4a7a0e0c6b5bd20fd98a4f63d51;hpb=710bf9c592b849935e1bcc56ffc805fa1d5f9365;p=fio.git diff --git a/engines/pmemblk.c b/engines/pmemblk.c index 52af9eda..45f6fb65 100644 --- a/engines/pmemblk.c +++ b/engines/pmemblk.c @@ -1,5 +1,5 @@ /* - * pmemblk: IO engine that uses NVML libpmemblk to read and write data + * pmemblk: IO engine that uses PMDK libpmemblk to read and write data * * Copyright (C) 2016 Hewlett Packard Enterprise Development LP * @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the Free - * Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ /* @@ -342,7 +342,8 @@ static int fio_pmemblk_get_file_size(struct thread_data *td, struct fio_file *f) return 0; } -static int fio_pmemblk_queue(struct thread_data *td, struct io_u *io_u) +static enum fio_q_status fio_pmemblk_queue(struct thread_data *td, + struct io_u *io_u) { struct fio_file *f = io_u->file; fio_pmemblk_file_t pmb = FILE_ENG_DATA(f);