mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 21:51:27 +00:00
LBA should be 64-bit
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4616 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -4605,14 +4605,14 @@ struct scst_write_same_priv {
|
||||
|
||||
struct mutex ws_mutex;
|
||||
|
||||
int ws_cur_lba; /* in blocks */
|
||||
int64_t ws_cur_lba; /* in blocks */
|
||||
int ws_left_to_send; /* in blocks */
|
||||
|
||||
int ws_max_each;/* in blocks */
|
||||
int ws_cur_in_flight;
|
||||
|
||||
struct scatterlist *ws_sg;
|
||||
int ws_sg_cnt;
|
||||
struct scatterlist *ws_sg;
|
||||
};
|
||||
|
||||
/* ws_mutex suppose to be locked */
|
||||
|
||||
Reference in New Issue
Block a user